Shades of Classic Rose #FCC9E2
Tints of Classic Rose #FCC9E2
RGB
CMYK
RGB Variations
Color information
#FCC9E2 (or 0xFCC9E2) is known color: Classic Rose. HEX triplet: FC, C9 and E2. RGB value is (252,201,226). Sum of RGB (Red+Green+Blue) = 252+201+226=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 201 (78.91% from 255 or 29.60% from 679); Blue value is 226 (88.67% from 255 or 33.28% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC9E2 is #03361D. Grayscale: #DBDBDB. Windows color (decimal): -210462 or 14862844. OLE color: 14862844.
HSL color Cylindrical-coordinate representation of color #FCC9E2: hue angle of 330.59º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCC9E2 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 201 | 226 | - |
CMYK | 0 | 0.20 | 0.10 | 0.01 |
HSL | 330.59º | 0.89% | 0.89% | - |
HSV(B) | 330.59º | 0.2% | 0.99% | - |
XYZ | 74.76 | 67.96 | 81.13 | - |
YUV | 219.1 | 131.9 | 151.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 201 | 226 | 0 | 0.20 | 0.10 | 0.01 | 330.59 | 0.89 | 0.89 |
Hex | FC | C9 | E2 | 0 | 14 | A | 1 | 14B | 59 | 59 |
Octal | 374 | 311 | 342 | 0 | 24 | 12 | 1 | 513 | 131 | 131 |
Binary | 11111100 | 11001001 | 11100010 | 0 | 10100 | 1010 | 1 | 101001011 | 1011001 | 1011001 |
Color Harmonies of #FCC9E2
Complementary color
Monochromatic Colors of #FCC9E2
Black with #FCC9E2
Text Example
Text Example
White with #FCC9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC9E2; }
p { color: rgb(252,201,226); }
H1.HeaderClassName
{
color: #FCC9E2;
}
.AnyTagClassName
{
color: #FCC9E2;
}
</style>
background-color css
<style>
a { background-color: #FCC9E2; }
a { background-color: rgb(252,201,226); }
div.DivClassName
{
background-color: #FCC9E2;
}
.BgClassName
{
background-color: #FCC9E2;
}
</style>
border-color css
<style>
span { border-color: #FCC9E2; }
span { border-color: rgb(252,201,226); }
td.TdClassName
{
border-color: #FCC9E2;
}
.TagClassName
{
border-color: #FCC9E2;
}
</style>