Shades of Classic Rose #F4CFE1
Tints of Classic Rose #F4CFE1
RGB
CMYK
RGB Variations
Color information
#F4CFE1 (or 0xF4CFE1) is known color: Classic Rose. HEX triplet: F4, CF and E1. RGB value is (244,207,225). Sum of RGB (Red+Green+Blue) = 244+207+225=676 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.09% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 225 (88.28% from 255 or 33.28% from 676); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CFE1 is #0B301E. Grayscale: #DCDCDC. Windows color (decimal): -733215 or 14798836. OLE color: 14798836.
HSL color Cylindrical-coordinate representation of color #F4CFE1: hue angle of 330.81º 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 #F4CFE1 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 225 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.04 |
| HSL | 330.81º | 0.63% | 0.88% | - |
| HSV(B) | 330.81º | 0.15% | 0.96% | - |
| XYZ | 73.21 | 69.29 | 80.75 | - |
| YUV | 220.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 225 | 0 | 0.15 | 0.08 | 0.04 | 330.81 | 0.63 | 0.88 |
| Hex | F4 | CF | E1 | 0 | F | 8 | 4 | 14B | 3F | 58 |
| Octal | 364 | 317 | 341 | 0 | 17 | 10 | 4 | 513 | 77 | 130 |
| Binary | 11110100 | 11001111 | 11100001 | 0 | 1111 | 1000 | 100 | 101001011 | 111111 | 1011000 |
Color Harmonies of #F4CFE1
Complementary color
Monochromatic Colors of #F4CFE1
Black with #F4CFE1
Text Example
Text Example
White with #F4CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CFE1; }
p { color: rgb(244,207,225); }
H1.HeaderClassName
{
color: #F4CFE1;
}
.AnyTagClassName
{
color: #F4CFE1;
}
</style>
background-color css
<style>
a { background-color: #F4CFE1; }
a { background-color: rgb(244,207,225); }
div.DivClassName
{
background-color: #F4CFE1;
}
.BgClassName
{
background-color: #F4CFE1;
}
</style>
border-color css
<style>
span { border-color: #F4CFE1; }
span { border-color: rgb(244,207,225); }
td.TdClassName
{
border-color: #F4CFE1;
}
.TagClassName
{
border-color: #F4CFE1;
}
</style>