Shades of Classic Rose #FCC5ED
Tints of Classic Rose #FCC5ED
RGB
CMYK
RGB Variations
Color information
#FCC5ED (or 0xFCC5ED) is known color: Classic Rose. HEX triplet: FC, C5 and ED. RGB value is (252,197,237). Sum of RGB (Red+Green+Blue) = 252+197+237=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 197 (77.34% from 255 or 28.72% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC5ED is #033A12. Grayscale: #D9D9D9. Windows color (decimal): -211475 or 15582716. OLE color: 15582716.
HSL color Cylindrical-coordinate representation of color #FCC5ED: hue angle of 316.36º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCC5ED is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 197 | 237 | - |
CMYK | 0 | 0.22 | 0.06 | 0.01 |
HSL | 316.36º | 0.9% | 0.88% | - |
HSV(B) | 316.36º | 0.22% | 0.99% | - |
XYZ | 75.4 | 66.74 | 89.03 | - |
YUV | 218.01 | 138.72 | 152.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 197 | 237 | 0 | 0.22 | 0.06 | 0.01 | 316.36 | 0.9 | 0.88 |
Hex | FC | C5 | ED | 0 | 16 | 6 | 1 | 13C | 5A | 58 |
Octal | 374 | 305 | 355 | 0 | 26 | 6 | 1 | 474 | 132 | 130 |
Binary | 11111100 | 11000101 | 11101101 | 0 | 10110 | 110 | 1 | 100111100 | 1011010 | 1011000 |
Color Harmonies of #FCC5ED
Complementary color
Monochromatic Colors of #FCC5ED
Black with #FCC5ED
Text Example
Text Example
White with #FCC5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC5ED; }
p { color: rgb(252,197,237); }
H1.HeaderClassName
{
color: #FCC5ED;
}
.AnyTagClassName
{
color: #FCC5ED;
}
</style>
background-color css
<style>
a { background-color: #FCC5ED; }
a { background-color: rgb(252,197,237); }
div.DivClassName
{
background-color: #FCC5ED;
}
.BgClassName
{
background-color: #FCC5ED;
}
</style>
border-color css
<style>
span { border-color: #FCC5ED; }
span { border-color: rgb(252,197,237); }
td.TdClassName
{
border-color: #FCC5ED;
}
.TagClassName
{
border-color: #FCC5ED;
}
</style>