Shades of Classic Rose #FFCEF0
Tints of Classic Rose #FFCEF0
RGB
CMYK
RGB Variations
Color information
#FFCEF0 (or 0xFFCEF0) is known color: Classic Rose. HEX triplet: FF, CE and F0. RGB value is (255,206,240). Sum of RGB (Red+Green+Blue) = 255+206+240=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 206 (80.86% from 255 or 29.39% from 701); Blue value is 240 (94.14% from 255 or 34.24% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEF0 is #00310F. Grayscale: #E0E0E0. Windows color (decimal): -12560 or 15781631. OLE color: 15781631.
HSL color Cylindrical-coordinate representation of color #FFCEF0: hue angle of 318.37º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFCEF0 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 240 | - |
| CMYK | 0 | 0.19 | 0.06 | 0 |
| HSL | 318.37º | 1% | 0.9% | - |
| HSV(B) | 318.37º | 0.19% | 1% | - |
| XYZ | 79.04 | 71.69 | 92.11 | - |
| YUV | 224.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 240 | 0 | 0.19 | 0.06 | 0 | 318.37 | 1 | 0.9 |
| Hex | FF | CE | F0 | 0 | 13 | 6 | 0 | 13E | 64 | 5A |
| Octal | 377 | 316 | 360 | 0 | 23 | 6 | 0 | 476 | 144 | 132 |
| Binary | 11111111 | 11001110 | 11110000 | 0 | 10011 | 110 | 0 | 100111110 | 1100100 | 1011010 |
Color Harmonies of #FFCEF0
Complementary color
Monochromatic Colors of #FFCEF0
Black with #FFCEF0
Text Example
Text Example
White with #FFCEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEF0; }
p { color: rgb(255,206,240); }
H1.HeaderClassName
{
color: #FFCEF0;
}
.AnyTagClassName
{
color: #FFCEF0;
}
</style>
background-color css
<style>
a { background-color: #FFCEF0; }
a { background-color: rgb(255,206,240); }
div.DivClassName
{
background-color: #FFCEF0;
}
.BgClassName
{
background-color: #FFCEF0;
}
</style>
border-color css
<style>
span { border-color: #FFCEF0; }
span { border-color: rgb(255,206,240); }
td.TdClassName
{
border-color: #FFCEF0;
}
.TagClassName
{
border-color: #FFCEF0;
}
</style>