Shades of Classic Rose #FCC9ED
Tints of Classic Rose #FCC9ED
RGB
CMYK
RGB Variations
Color information
#FCC9ED (or 0xFCC9ED) is known color: Classic Rose. HEX triplet: FC, C9 and ED. RGB value is (252,201,237). Sum of RGB (Red+Green+Blue) = 252+201+237=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 201 (78.91% from 255 or 29.13% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC9ED is #033612. Grayscale: #DCDCDC. Windows color (decimal): -210451 or 15583740. OLE color: 15583740.
HSL color Cylindrical-coordinate representation of color #FCC9ED: hue angle of 317.65º 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 #FCC9ED is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 201 | 237 | - |
CMYK | 0 | 0.20 | 0.06 | 0.01 |
HSL | 317.65º | 0.89% | 0.89% | - |
HSV(B) | 317.65º | 0.2% | 0.99% | - |
XYZ | 76.32 | 68.58 | 89.34 | - |
YUV | 220.35 | 137.4 | 150.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 201 | 237 | 0 | 0.20 | 0.06 | 0.01 | 317.65 | 0.89 | 0.89 |
Hex | FC | C9 | ED | 0 | 14 | 6 | 1 | 13E | 59 | 59 |
Octal | 374 | 311 | 355 | 0 | 24 | 6 | 1 | 476 | 131 | 131 |
Binary | 11111100 | 11001001 | 11101101 | 0 | 10100 | 110 | 1 | 100111110 | 1011001 | 1011001 |
Color Harmonies of #FCC9ED
Complementary color
Monochromatic Colors of #FCC9ED
Black with #FCC9ED
Text Example
Text Example
White with #FCC9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC9ED; }
p { color: rgb(252,201,237); }
H1.HeaderClassName
{
color: #FCC9ED;
}
.AnyTagClassName
{
color: #FCC9ED;
}
</style>
background-color css
<style>
a { background-color: #FCC9ED; }
a { background-color: rgb(252,201,237); }
div.DivClassName
{
background-color: #FCC9ED;
}
.BgClassName
{
background-color: #FCC9ED;
}
</style>
border-color css
<style>
span { border-color: #FCC9ED; }
span { border-color: rgb(252,201,237); }
td.TdClassName
{
border-color: #FCC9ED;
}
.TagClassName
{
border-color: #FCC9ED;
}
</style>