Shades of Classic Rose #F5CFEB
Tints of Classic Rose #F5CFEB
RGB
CMYK
RGB Variations
Color information
#F5CFEB (or 0xF5CFEB) is known color: Classic Rose. HEX triplet: F5, CF and EB. RGB value is (245,207,235). Sum of RGB (Red+Green+Blue) = 245+207+235=687 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.66% from 687); Green value is 207 (81.25% from 255 or 30.13% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CFEB is #0A3014. Grayscale: #DDDDDD. Windows color (decimal): -667669 or 15454197. OLE color: 15454197.
HSL color Cylindrical-coordinate representation of color #F5CFEB: hue angle of 315.79º 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 #F5CFEB is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 235 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.04 |
| HSL | 315.79º | 0.66% | 0.89% | - |
| HSV(B) | 315.79º | 0.16% | 0.96% | - |
| XYZ | 74.96 | 70.04 | 88.16 | - |
| YUV | 221.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 235 | 0 | 0.16 | 0.04 | 0.04 | 315.79 | 0.66 | 0.89 |
| Hex | F5 | CF | EB | 0 | 10 | 4 | 4 | 13C | 42 | 59 |
| Octal | 365 | 317 | 353 | 0 | 20 | 4 | 4 | 474 | 102 | 131 |
| Binary | 11110101 | 11001111 | 11101011 | 0 | 10000 | 100 | 100 | 100111100 | 1000010 | 1011001 |
Color Harmonies of #F5CFEB
Complementary color
Monochromatic Colors of #F5CFEB
Black with #F5CFEB
Text Example
Text Example
White with #F5CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CFEB; }
p { color: rgb(245,207,235); }
H1.HeaderClassName
{
color: #F5CFEB;
}
.AnyTagClassName
{
color: #F5CFEB;
}
</style>
background-color css
<style>
a { background-color: #F5CFEB; }
a { background-color: rgb(245,207,235); }
div.DivClassName
{
background-color: #F5CFEB;
}
.BgClassName
{
background-color: #F5CFEB;
}
</style>
border-color css
<style>
span { border-color: #F5CFEB; }
span { border-color: rgb(245,207,235); }
td.TdClassName
{
border-color: #F5CFEB;
}
.TagClassName
{
border-color: #F5CFEB;
}
</style>