Shades of Classic Rose #FCC5E7
Tints of Classic Rose #FCC5E7
RGB
CMYK
RGB Variations
Color information
#FCC5E7 (or 0xFCC5E7) is known color: Classic Rose. HEX triplet: FC, C5 and E7. RGB value is (252,197,231). Sum of RGB (Red+Green+Blue) = 252+197+231=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 197 (77.34% from 255 or 28.97% from 680); Blue value is 231 (90.62% from 255 or 33.97% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC5E7 is #033A18. Grayscale: #D9D9D9. Windows color (decimal): -211481 or 15189500. OLE color: 15189500.
HSL color Cylindrical-coordinate representation of color #FCC5E7: hue angle of 322.91º 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 #FCC5E7 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 197 | 231 | - |
CMYK | 0 | 0.22 | 0.08 | 0.01 |
HSL | 322.91º | 0.9% | 0.88% | - |
HSV(B) | 322.91º | 0.22% | 0.99% | - |
XYZ | 74.53 | 66.4 | 84.49 | - |
YUV | 217.32 | 135.72 | 152.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 197 | 231 | 0 | 0.22 | 0.08 | 0.01 | 322.91 | 0.9 | 0.88 |
Hex | FC | C5 | E7 | 0 | 16 | 8 | 1 | 143 | 5A | 58 |
Octal | 374 | 305 | 347 | 0 | 26 | 10 | 1 | 503 | 132 | 130 |
Binary | 11111100 | 11000101 | 11100111 | 0 | 10110 | 1000 | 1 | 101000011 | 1011010 | 1011000 |
Color Harmonies of #FCC5E7
Complementary color
Monochromatic Colors of #FCC5E7
Black with #FCC5E7
Text Example
Text Example
White with #FCC5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC5E7; }
p { color: rgb(252,197,231); }
H1.HeaderClassName
{
color: #FCC5E7;
}
.AnyTagClassName
{
color: #FCC5E7;
}
</style>
background-color css
<style>
a { background-color: #FCC5E7; }
a { background-color: rgb(252,197,231); }
div.DivClassName
{
background-color: #FCC5E7;
}
.BgClassName
{
background-color: #FCC5E7;
}
</style>
border-color css
<style>
span { border-color: #FCC5E7; }
span { border-color: rgb(252,197,231); }
td.TdClassName
{
border-color: #FCC5E7;
}
.TagClassName
{
border-color: #FCC5E7;
}
</style>