RGB
255, 116, 108
HSL
3°, 100%, 71%
CMYK
0, 55, 58, 0
HSV
3°, 58%, 100%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #FF746C |
color: #FF746C;
|
| RGB | 255, 116, 108 |
color: rgb(255, 116, 108);
|
| RGB Percentage | 100%, 45%, 42% |
color: rgb(100%, 45%, 42%);
|
| CMYK | 0%, 55%, 58%, 0% | Not supported in CSS |
| HSL | 3°, 100%, 71% |
color: hsl(3, 100%, 71%);
|
| HSV | 3°, 58%, 100% | Not supported in CSS |
| CIE-LAB | 57, 28, 3 |
color: lab(57% 28 3);
|
| Decimal | 16741484 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.pastel-red {
color: #FF746C;
}
SCSS
$pastel-red: #FF746C;
RGB
rgb(255, 116, 108)
Accessibility & Contrast
White background
2.64:1
2.64
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
7.97:1
7.97
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element