Shades of Classic Rose #F5CFEA
Tints of Classic Rose #F5CFEA
RGB
CMYK
RGB Variations
Color information
#F5CFEA (or 0xF5CFEA) is known color: Classic Rose. HEX triplet: F5, CF and EA. RGB value is (245,207,234). Sum of RGB (Red+Green+Blue) = 245+207+234=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CFEA is #0A3015. Grayscale: #DDDDDD. Windows color (decimal): -667670 or 15388661. OLE color: 15388661.
HSL color Cylindrical-coordinate representation of color #F5CFEA: hue angle of 317.37º 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 #F5CFEA is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 234 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.04 |
| HSL | 317.37º | 0.66% | 0.89% | - |
| HSV(B) | 317.37º | 0.16% | 0.96% | - |
| XYZ | 74.82 | 69.98 | 87.41 | - |
| YUV | 221.44 | 135.09 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 234 | 0 | 0.16 | 0.04 | 0.04 | 317.37 | 0.66 | 0.89 |
| Hex | F5 | CF | EA | 0 | 10 | 4 | 4 | 13D | 42 | 59 |
| Octal | 365 | 317 | 352 | 0 | 20 | 4 | 4 | 475 | 102 | 131 |
| Binary | 11110101 | 11001111 | 11101010 | 0 | 10000 | 100 | 100 | 100111101 | 1000010 | 1011001 |
Color Harmonies of #F5CFEA
Complementary color
Monochromatic Colors of #F5CFEA
Black with #F5CFEA
Text Example
Text Example
White with #F5CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CFEA; }
p { color: rgb(245,207,234); }
H1.HeaderClassName
{
color: #F5CFEA;
}
.AnyTagClassName
{
color: #F5CFEA;
}
</style>
background-color css
<style>
a { background-color: #F5CFEA; }
a { background-color: rgb(245,207,234); }
div.DivClassName
{
background-color: #F5CFEA;
}
.BgClassName
{
background-color: #F5CFEA;
}
</style>
border-color css
<style>
span { border-color: #F5CFEA; }
span { border-color: rgb(245,207,234); }
td.TdClassName
{
border-color: #F5CFEA;
}
.TagClassName
{
border-color: #F5CFEA;
}
</style>