Shades of Classic Rose #F5CEE4
Tints of Classic Rose #F5CEE4
RGB
CMYK
RGB Variations
Color information
#F5CEE4 (or 0xF5CEE4) is known color: Classic Rose. HEX triplet: F5, CE and E4. RGB value is (245,206,228). Sum of RGB (Red+Green+Blue) = 245+206+228=679 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.08% from 679); Green value is 206 (80.86% from 255 or 30.34% from 679); Blue value is 228 (89.45% from 255 or 33.58% from 679); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CEE4 is #0A311B. Grayscale: #DCDCDC. Windows color (decimal): -667932 or 14995189. OLE color: 14995189.
HSL color Cylindrical-coordinate representation of color #F5CEE4: hue angle of 326.15º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5CEE4 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 228 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.04 |
| HSL | 326.15º | 0.66% | 0.88% | - |
| HSV(B) | 326.15º | 0.16% | 0.96% | - |
| XYZ | 73.73 | 69.16 | 82.86 | - |
| YUV | 220.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 228 | 0 | 0.16 | 0.07 | 0.04 | 326.15 | 0.66 | 0.88 |
| Hex | F5 | CE | E4 | 0 | 10 | 7 | 4 | 146 | 42 | 58 |
| Octal | 365 | 316 | 344 | 0 | 20 | 7 | 4 | 506 | 102 | 130 |
| Binary | 11110101 | 11001110 | 11100100 | 0 | 10000 | 111 | 100 | 101000110 | 1000010 | 1011000 |
Color Harmonies of #F5CEE4
Complementary color
Monochromatic Colors of #F5CEE4
Black with #F5CEE4
Text Example
Text Example
White with #F5CEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CEE4; }
p { color: rgb(245,206,228); }
H1.HeaderClassName
{
color: #F5CEE4;
}
.AnyTagClassName
{
color: #F5CEE4;
}
</style>
background-color css
<style>
a { background-color: #F5CEE4; }
a { background-color: rgb(245,206,228); }
div.DivClassName
{
background-color: #F5CEE4;
}
.BgClassName
{
background-color: #F5CEE4;
}
</style>
border-color css
<style>
span { border-color: #F5CEE4; }
span { border-color: rgb(245,206,228); }
td.TdClassName
{
border-color: #F5CEE4;
}
.TagClassName
{
border-color: #F5CEE4;
}
</style>