Shades of Classic Rose #FFCEEF
Tints of Classic Rose #FFCEEF
RGB
CMYK
RGB Variations
Color information
#FFCEEF (or 0xFFCEEF) is known color: Classic Rose. HEX triplet: FF, CE and EF. RGB value is (255,206,239). Sum of RGB (Red+Green+Blue) = 255+206+239=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 206 (80.86% from 255 or 29.43% from 700); Blue value is 239 (93.75% from 255 or 34.14% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCEEF is #003110. Grayscale: #E0E0E0. Windows color (decimal): -12561 or 15716095. OLE color: 15716095.
HSL color Cylindrical-coordinate representation of color #FFCEEF: hue angle of 319.59º 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 #FFCEEF is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 239 | - |
| CMYK | 0 | 0.19 | 0.06 | 0 |
| HSL | 319.59º | 1% | 0.9% | - |
| HSV(B) | 319.59º | 0.19% | 1% | - |
| XYZ | 78.89 | 71.63 | 91.33 | - |
| YUV | 224.41 | 136.23 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 239 | 0 | 0.19 | 0.06 | 0 | 319.59 | 1 | 0.9 |
| Hex | FF | CE | EF | 0 | 13 | 6 | 0 | 140 | 64 | 5A |
| Octal | 377 | 316 | 357 | 0 | 23 | 6 | 0 | 500 | 144 | 132 |
| Binary | 11111111 | 11001110 | 11101111 | 0 | 10011 | 110 | 0 | 101000000 | 1100100 | 1011010 |
Color Harmonies of #FFCEEF
Complementary color
Monochromatic Colors of #FFCEEF
Black with #FFCEEF
Text Example
Text Example
White with #FFCEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCEEF; }
p { color: rgb(255,206,239); }
H1.HeaderClassName
{
color: #FFCEEF;
}
.AnyTagClassName
{
color: #FFCEEF;
}
</style>
background-color css
<style>
a { background-color: #FFCEEF; }
a { background-color: rgb(255,206,239); }
div.DivClassName
{
background-color: #FFCEEF;
}
.BgClassName
{
background-color: #FFCEEF;
}
</style>
border-color css
<style>
span { border-color: #FFCEEF; }
span { border-color: rgb(255,206,239); }
td.TdClassName
{
border-color: #FFCEEF;
}
.TagClassName
{
border-color: #FFCEEF;
}
</style>