Shades of Classic Rose #FCC9F0
Tints of Classic Rose #FCC9F0
RGB
CMYK
RGB Variations
Color information
#FCC9F0 (or 0xFCC9F0) is known color: Classic Rose. HEX triplet: FC, C9 and F0. RGB value is (252,201,240). Sum of RGB (Red+Green+Blue) = 252+201+240=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 201 (78.91% from 255 or 29.00% from 693); Blue value is 240 (94.14% from 255 or 34.63% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC9F0 is #03360F. Grayscale: #DCDCDC. Windows color (decimal): -210448 or 15780348. OLE color: 15780348.
HSL color Cylindrical-coordinate representation of color #FCC9F0: hue angle of 314.12º 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 #FCC9F0 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 201 | 240 | - |
CMYK | 0 | 0.20 | 0.05 | 0.01 |
HSL | 314.12º | 0.89% | 0.89% | - |
HSV(B) | 314.12º | 0.2% | 0.99% | - |
XYZ | 76.76 | 68.76 | 91.66 | - |
YUV | 220.7 | 138.9 | 150.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 201 | 240 | 0 | 0.20 | 0.05 | 0.01 | 314.12 | 0.89 | 0.89 |
Hex | FC | C9 | F0 | 0 | 14 | 5 | 1 | 13A | 59 | 59 |
Octal | 374 | 311 | 360 | 0 | 24 | 5 | 1 | 472 | 131 | 131 |
Binary | 11111100 | 11001001 | 11110000 | 0 | 10100 | 101 | 1 | 100111010 | 1011001 | 1011001 |
Color Harmonies of #FCC9F0
Complementary color
Monochromatic Colors of #FCC9F0
Black with #FCC9F0
Text Example
Text Example
White with #FCC9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC9F0; }
p { color: rgb(252,201,240); }
H1.HeaderClassName
{
color: #FCC9F0;
}
.AnyTagClassName
{
color: #FCC9F0;
}
</style>
background-color css
<style>
a { background-color: #FCC9F0; }
a { background-color: rgb(252,201,240); }
div.DivClassName
{
background-color: #FCC9F0;
}
.BgClassName
{
background-color: #FCC9F0;
}
</style>
border-color css
<style>
span { border-color: #FCC9F0; }
span { border-color: rgb(252,201,240); }
td.TdClassName
{
border-color: #FCC9F0;
}
.TagClassName
{
border-color: #FCC9F0;
}
</style>