Shades of Classic Rose #F5CEDC
Tints of Classic Rose #F5CEDC
RGB
CMYK
RGB Variations
Color information
#F5CEDC (or 0xF5CEDC) is known color: Classic Rose. HEX triplet: F5, CE and DC. RGB value is (245,206,220). Sum of RGB (Red+Green+Blue) = 245+206+220=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CEDC is #0A3123. Grayscale: #DBDBDB. Windows color (decimal): -667940 or 14470901. OLE color: 14470901.
HSL color Cylindrical-coordinate representation of color #F5CEDC: hue angle of 338.46º 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 #F5CEDC is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 220 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.04 |
| HSL | 338.46º | 0.66% | 0.88% | - |
| HSV(B) | 338.46º | 0.16% | 0.96% | - |
| XYZ | 72.65 | 68.72 | 77.15 | - |
| YUV | 219.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 220 | 0 | 0.16 | 0.10 | 0.04 | 338.46 | 0.66 | 0.88 |
| Hex | F5 | CE | DC | 0 | 10 | A | 4 | 152 | 42 | 58 |
| Octal | 365 | 316 | 334 | 0 | 20 | 12 | 4 | 522 | 102 | 130 |
| Binary | 11110101 | 11001110 | 11011100 | 0 | 10000 | 1010 | 100 | 101010010 | 1000010 | 1011000 |
Color Harmonies of #F5CEDC
Complementary color
Monochromatic Colors of #F5CEDC
Black with #F5CEDC
Text Example
Text Example
White with #F5CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CEDC; }
p { color: rgb(245,206,220); }
H1.HeaderClassName
{
color: #F5CEDC;
}
.AnyTagClassName
{
color: #F5CEDC;
}
</style>
background-color css
<style>
a { background-color: #F5CEDC; }
a { background-color: rgb(245,206,220); }
div.DivClassName
{
background-color: #F5CEDC;
}
.BgClassName
{
background-color: #F5CEDC;
}
</style>
border-color css
<style>
span { border-color: #F5CEDC; }
span { border-color: rgb(245,206,220); }
td.TdClassName
{
border-color: #F5CEDC;
}
.TagClassName
{
border-color: #F5CEDC;
}
</style>