Shades of Classic Rose #FCCFF0
Tints of Classic Rose #FCCFF0
RGB
CMYK
RGB Variations
Color information
#FCCFF0 (or 0xFCCFF0) is known color: Classic Rose. HEX triplet: FC, CF and F0. RGB value is (252,207,240). Sum of RGB (Red+Green+Blue) = 252+207+240=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 207 (81.25% from 255 or 29.61% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFF0 is #03300F. Grayscale: #E0E0E0. Windows color (decimal): -208912 or 15781884. OLE color: 15781884.
HSL color Cylindrical-coordinate representation of color #FCCFF0: hue angle of 316º 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 #FCCFF0 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 240 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.01 |
| HSL | 316º | 0.88% | 0.9% | - |
| HSV(B) | 316º | 0.18% | 0.99% | - |
| XYZ | 78.19 | 71.61 | 92.14 | - |
| YUV | 224.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 240 | 0 | 0.18 | 0.05 | 0.01 | 316 | 0.88 | 0.9 |
| Hex | FC | CF | F0 | 0 | 12 | 5 | 1 | 13C | 58 | 5A |
| Octal | 374 | 317 | 360 | 0 | 22 | 5 | 1 | 474 | 130 | 132 |
| Binary | 11111100 | 11001111 | 11110000 | 0 | 10010 | 101 | 1 | 100111100 | 1011000 | 1011010 |
Color Harmonies of #FCCFF0
Complementary color
Monochromatic Colors of #FCCFF0
Black with #FCCFF0
Text Example
Text Example
White with #FCCFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFF0; }
p { color: rgb(252,207,240); }
H1.HeaderClassName
{
color: #FCCFF0;
}
.AnyTagClassName
{
color: #FCCFF0;
}
</style>
background-color css
<style>
a { background-color: #FCCFF0; }
a { background-color: rgb(252,207,240); }
div.DivClassName
{
background-color: #FCCFF0;
}
.BgClassName
{
background-color: #FCCFF0;
}
</style>
border-color css
<style>
span { border-color: #FCCFF0; }
span { border-color: rgb(252,207,240); }
td.TdClassName
{
border-color: #FCCFF0;
}
.TagClassName
{
border-color: #FCCFF0;
}
</style>