Shades of Classic Rose #F4CFEB
Tints of Classic Rose #F4CFEB
RGB
CMYK
RGB Variations
Color information
#F4CFEB (or 0xF4CFEB) is known color: Classic Rose. HEX triplet: F4, CF and EB. RGB value is (244,207,235). Sum of RGB (Red+Green+Blue) = 244+207+235=686 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.57% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CFEB is #0B3014. Grayscale: #DDDDDD. Windows color (decimal): -733205 or 15454196. OLE color: 15454196.
HSL color Cylindrical-coordinate representation of color #F4CFEB: hue angle of 314.59º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4CFEB is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 235 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.04 |
| HSL | 314.59º | 0.63% | 0.88% | - |
| HSV(B) | 314.59º | 0.15% | 0.96% | - |
| XYZ | 74.62 | 69.86 | 88.15 | - |
| YUV | 221.26 | 135.76 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 235 | 0 | 0.15 | 0.04 | 0.04 | 314.59 | 0.63 | 0.88 |
| Hex | F4 | CF | EB | 0 | F | 4 | 4 | 13B | 3F | 58 |
| Octal | 364 | 317 | 353 | 0 | 17 | 4 | 4 | 473 | 77 | 130 |
| Binary | 11110100 | 11001111 | 11101011 | 0 | 1111 | 100 | 100 | 100111011 | 111111 | 1011000 |
Color Harmonies of #F4CFEB
Complementary color
Monochromatic Colors of #F4CFEB
Black with #F4CFEB
Text Example
Text Example
White with #F4CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CFEB; }
p { color: rgb(244,207,235); }
H1.HeaderClassName
{
color: #F4CFEB;
}
.AnyTagClassName
{
color: #F4CFEB;
}
</style>
background-color css
<style>
a { background-color: #F4CFEB; }
a { background-color: rgb(244,207,235); }
div.DivClassName
{
background-color: #F4CFEB;
}
.BgClassName
{
background-color: #F4CFEB;
}
</style>
border-color css
<style>
span { border-color: #F4CFEB; }
span { border-color: rgb(244,207,235); }
td.TdClassName
{
border-color: #F4CFEB;
}
.TagClassName
{
border-color: #F4CFEB;
}
</style>