Shades of Carnation Pink #FE9AD2
Tints of Carnation Pink #FE9AD2
RGB
CMYK
RGB Variations
Color information
#FE9AD2 (or 0xFE9AD2) is known color: Carnation Pink. HEX triplet: FE, 9A and D2. RGB value is (254,154,210). Sum of RGB (Red+Green+Blue) = 254+154+210=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 154 (60.55% from 255 or 24.92% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9AD2 is #01652D. Grayscale: #BEBEBE. Windows color (decimal): -91438 or 13802238. OLE color: 13802238.
HSL color Cylindrical-coordinate representation of color #FE9AD2: hue angle of 326.4º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9AD2 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 210 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.00 |
| HSL | 326.4º | 0.98% | 0.8% | - |
| HSV(B) | 326.4º | 0.39% | 1% | - |
| XYZ | 64.06 | 48.84 | 67.02 | - |
| YUV | 190.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 210 | 0 | 0.39 | 0.17 | 0.00 | 326.4 | 0.98 | 0.8 |
| Hex | FE | 9A | D2 | 0 | 27 | 11 | 0 | 146 | 62 | 50 |
| Octal | 376 | 232 | 322 | 0 | 47 | 21 | 0 | 506 | 142 | 120 |
| Binary | 11111110 | 10011010 | 11010010 | 0 | 100111 | 10001 | 0 | 101000110 | 1100010 | 1010000 |
Color Harmonies of #FE9AD2
Complementary color
Monochromatic Colors of #FE9AD2
Black with #FE9AD2
Text Example
Text Example
White with #FE9AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9AD2; }
p { color: rgb(254,154,210); }
H1.HeaderClassName
{
color: #FE9AD2;
}
.AnyTagClassName
{
color: #FE9AD2;
}
</style>
background-color css
<style>
a { background-color: #FE9AD2; }
a { background-color: rgb(254,154,210); }
div.DivClassName
{
background-color: #FE9AD2;
}
.BgClassName
{
background-color: #FE9AD2;
}
</style>
border-color css
<style>
span { border-color: #FE9AD2; }
span { border-color: rgb(254,154,210); }
td.TdClassName
{
border-color: #FE9AD2;
}
.TagClassName
{
border-color: #FE9AD2;
}
</style>