Shades of Classic Rose #F5CEDF
Tints of Classic Rose #F5CEDF
RGB
CMYK
RGB Variations
Color information
#F5CEDF (or 0xF5CEDF) is known color: Classic Rose. HEX triplet: F5, CE and DF. RGB value is (245,206,223). Sum of RGB (Red+Green+Blue) = 245+206+223=674 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.35% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CEDF is #0A3120. Grayscale: #DBDBDB. Windows color (decimal): -667937 or 14667509. OLE color: 14667509.
HSL color Cylindrical-coordinate representation of color #F5CEDF: hue angle of 333.85º 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 #F5CEDF is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 223 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.04 |
| HSL | 333.85º | 0.66% | 0.88% | - |
| HSV(B) | 333.85º | 0.16% | 0.96% | - |
| XYZ | 73.05 | 68.88 | 79.26 | - |
| YUV | 219.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 223 | 0 | 0.16 | 0.09 | 0.04 | 333.85 | 0.66 | 0.88 |
| Hex | F5 | CE | DF | 0 | 10 | 9 | 4 | 14E | 42 | 58 |
| Octal | 365 | 316 | 337 | 0 | 20 | 11 | 4 | 516 | 102 | 130 |
| Binary | 11110101 | 11001110 | 11011111 | 0 | 10000 | 1001 | 100 | 101001110 | 1000010 | 1011000 |
Color Harmonies of #F5CEDF
Complementary color
Monochromatic Colors of #F5CEDF
Black with #F5CEDF
Text Example
Text Example
White with #F5CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CEDF; }
p { color: rgb(245,206,223); }
H1.HeaderClassName
{
color: #F5CEDF;
}
.AnyTagClassName
{
color: #F5CEDF;
}
</style>
background-color css
<style>
a { background-color: #F5CEDF; }
a { background-color: rgb(245,206,223); }
div.DivClassName
{
background-color: #F5CEDF;
}
.BgClassName
{
background-color: #F5CEDF;
}
</style>
border-color css
<style>
span { border-color: #F5CEDF; }
span { border-color: rgb(245,206,223); }
td.TdClassName
{
border-color: #F5CEDF;
}
.TagClassName
{
border-color: #F5CEDF;
}
</style>