Shades of Classic Rose #FCCFEC
Tints of Classic Rose #FCCFEC
RGB
CMYK
RGB Variations
Color information
#FCCFEC (or 0xFCCFEC) is known color: Classic Rose. HEX triplet: FC, CF and EC. RGB value is (252,207,236). Sum of RGB (Red+Green+Blue) = 252+207+236=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 207 (81.25% from 255 or 29.78% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFEC is #033013. Grayscale: #DFDFDF. Windows color (decimal): -208916 or 15519740. OLE color: 15519740.
HSL color Cylindrical-coordinate representation of color #FCCFEC: hue angle of 321.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCFEC is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 207 | 236 | - |
CMYK | 0 | 0.18 | 0.06 | 0.01 |
HSL | 321.33º | 0.88% | 0.9% | - |
HSV(B) | 321.33º | 0.18% | 0.99% | - |
XYZ | 77.6 | 71.38 | 89.04 | - |
YUV | 223.76 | 134.91 | 148.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 207 | 236 | 0 | 0.18 | 0.06 | 0.01 | 321.33 | 0.88 | 0.9 |
Hex | FC | CF | EC | 0 | 12 | 6 | 1 | 141 | 58 | 5A |
Octal | 374 | 317 | 354 | 0 | 22 | 6 | 1 | 501 | 130 | 132 |
Binary | 11111100 | 11001111 | 11101100 | 0 | 10010 | 110 | 1 | 101000001 | 1011000 | 1011010 |
Color Harmonies of #FCCFEC
Complementary color
Monochromatic Colors of #FCCFEC
Black with #FCCFEC
Text Example
Text Example
White with #FCCFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFEC; }
p { color: rgb(252,207,236); }
H1.HeaderClassName
{
color: #FCCFEC;
}
.AnyTagClassName
{
color: #FCCFEC;
}
</style>
background-color css
<style>
a { background-color: #FCCFEC; }
a { background-color: rgb(252,207,236); }
div.DivClassName
{
background-color: #FCCFEC;
}
.BgClassName
{
background-color: #FCCFEC;
}
</style>
border-color css
<style>
span { border-color: #FCCFEC; }
span { border-color: rgb(252,207,236); }
td.TdClassName
{
border-color: #FCCFEC;
}
.TagClassName
{
border-color: #FCCFEC;
}
</style>