Shades of Carnation Pink #FC9AD2
Tints of Carnation Pink #FC9AD2
RGB
CMYK
RGB Variations
Color information
#FC9AD2 (or 0xFC9AD2) is known color: Carnation Pink. HEX triplet: FC, 9A and D2. RGB value is (252,154,210). Sum of RGB (Red+Green+Blue) = 252+154+210=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9AD2 is #03652D. Grayscale: #BDBDBD. Windows color (decimal): -222510 or 13802236. OLE color: 13802236.
HSL color Cylindrical-coordinate representation of color #FC9AD2: hue angle of 325.71º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FC9AD2 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 154 | 210 | - |
CMYK | 0 | 0.39 | 0.17 | 0.01 |
HSL | 325.71º | 0.94% | 0.8% | - |
HSV(B) | 325.71º | 0.39% | 0.99% | - |
XYZ | 63.33 | 48.46 | 66.99 | - |
YUV | 189.69 | 139.47 | 172.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 154 | 210 | 0 | 0.39 | 0.17 | 0.01 | 325.71 | 0.94 | 0.8 |
Hex | FC | 9A | D2 | 0 | 27 | 11 | 1 | 146 | 5E | 50 |
Octal | 374 | 232 | 322 | 0 | 47 | 21 | 1 | 506 | 136 | 120 |
Binary | 11111100 | 10011010 | 11010010 | 0 | 100111 | 10001 | 1 | 101000110 | 1011110 | 1010000 |
Color Harmonies of #FC9AD2
Complementary color
Monochromatic Colors of #FC9AD2
Black with #FC9AD2
Text Example
Text Example
White with #FC9AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9AD2; }
p { color: rgb(252,154,210); }
H1.HeaderClassName
{
color: #FC9AD2;
}
.AnyTagClassName
{
color: #FC9AD2;
}
</style>
background-color css
<style>
a { background-color: #FC9AD2; }
a { background-color: rgb(252,154,210); }
div.DivClassName
{
background-color: #FC9AD2;
}
.BgClassName
{
background-color: #FC9AD2;
}
</style>
border-color css
<style>
span { border-color: #FC9AD2; }
span { border-color: rgb(252,154,210); }
td.TdClassName
{
border-color: #FC9AD2;
}
.TagClassName
{
border-color: #FC9AD2;
}
</style>