Shades of Classic Rose #F5CFE1
Tints of Classic Rose #F5CFE1
RGB
CMYK
RGB Variations
Color information
#F5CFE1 (or 0xF5CFE1) is known color: Classic Rose. HEX triplet: F5, CF and E1. RGB value is (245,207,225). Sum of RGB (Red+Green+Blue) = 245+207+225=677 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.19% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 225 (88.28% from 255 or 33.23% from 677); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CFE1 is #0A301E. Grayscale: #DCDCDC. Windows color (decimal): -667679 or 14798837. OLE color: 14798837.
HSL color Cylindrical-coordinate representation of color #F5CFE1: hue angle of 331.58º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5CFE1 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 225 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.04 |
| HSL | 331.58º | 0.66% | 0.89% | - |
| HSV(B) | 331.58º | 0.16% | 0.96% | - |
| XYZ | 73.56 | 69.47 | 80.77 | - |
| YUV | 220.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 225 | 0 | 0.16 | 0.08 | 0.04 | 331.58 | 0.66 | 0.89 |
| Hex | F5 | CF | E1 | 0 | 10 | 8 | 4 | 14C | 42 | 59 |
| Octal | 365 | 317 | 341 | 0 | 20 | 10 | 4 | 514 | 102 | 131 |
| Binary | 11110101 | 11001111 | 11100001 | 0 | 10000 | 1000 | 100 | 101001100 | 1000010 | 1011001 |
Color Harmonies of #F5CFE1
Complementary color
Monochromatic Colors of #F5CFE1
Black with #F5CFE1
Text Example
Text Example
White with #F5CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CFE1; }
p { color: rgb(245,207,225); }
H1.HeaderClassName
{
color: #F5CFE1;
}
.AnyTagClassName
{
color: #F5CFE1;
}
</style>
background-color css
<style>
a { background-color: #F5CFE1; }
a { background-color: rgb(245,207,225); }
div.DivClassName
{
background-color: #F5CFE1;
}
.BgClassName
{
background-color: #F5CFE1;
}
</style>
border-color css
<style>
span { border-color: #F5CFE1; }
span { border-color: rgb(245,207,225); }
td.TdClassName
{
border-color: #F5CFE1;
}
.TagClassName
{
border-color: #F5CFE1;
}
</style>