Shades of Classic Rose #FFCCF0
Tints of Classic Rose #FFCCF0
RGB
CMYK
RGB Variations
Color information
#FFCCF0 (or 0xFFCCF0) is known color: Classic Rose. HEX triplet: FF, CC and F0. RGB value is (255,204,240). Sum of RGB (Red+Green+Blue) = 255+204+240=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 204 (80.08% from 255 or 29.18% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCCF0 is #00330F. Grayscale: #DFDFDF. Windows color (decimal): -13072 or 15781119. OLE color: 15781119.
HSL color Cylindrical-coordinate representation of color #FFCCF0: hue angle of 317.65º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCCF0 is Cyan = 0, Magento = 0.2, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 240 | - |
| CMYK | 0 | 0.2 | 0.06 | 0 |
| HSL | 317.65º | 1% | 0.9% | - |
| HSV(B) | 317.65º | 0.2% | 1% | - |
| XYZ | 78.56 | 70.74 | 91.95 | - |
| YUV | 223.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 240 | 0 | 0.2 | 0.06 | 0 | 317.65 | 1 | 0.9 |
| Hex | FF | CC | F0 | 0 | 14 | 6 | 0 | 13E | 64 | 5A |
| Octal | 377 | 314 | 360 | 0 | 24 | 6 | 0 | 476 | 144 | 132 |
| Binary | 11111111 | 11001100 | 11110000 | 0 | 10100 | 110 | 0 | 100111110 | 1100100 | 1011010 |
Color Harmonies of #FFCCF0
Complementary color
Monochromatic Colors of #FFCCF0
Black with #FFCCF0
Text Example
Text Example
White with #FFCCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCF0; }
p { color: rgb(255,204,240); }
H1.HeaderClassName
{
color: #FFCCF0;
}
.AnyTagClassName
{
color: #FFCCF0;
}
</style>
background-color css
<style>
a { background-color: #FFCCF0; }
a { background-color: rgb(255,204,240); }
div.DivClassName
{
background-color: #FFCCF0;
}
.BgClassName
{
background-color: #FFCCF0;
}
</style>
border-color css
<style>
span { border-color: #FFCCF0; }
span { border-color: rgb(255,204,240); }
td.TdClassName
{
border-color: #FFCCF0;
}
.TagClassName
{
border-color: #FFCCF0;
}
</style>