Shades of Classic Rose #F4CDE6
Tints of Classic Rose #F4CDE6
RGB
CMYK
RGB Variations
Color information
#F4CDE6 (or 0xF4CDE6) is known color: Classic Rose. HEX triplet: F4, CD and E6. RGB value is (244,205,230). Sum of RGB (Red+Green+Blue) = 244+205+230=679 (89% of max value = 765). Red value is 244 (95.70% from 255 or 35.94% from 679); Green value is 205 (80.47% from 255 or 30.19% from 679); Blue value is 230 (90.23% from 255 or 33.87% from 679); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CDE6 is #0B3219. Grayscale: #DBDBDB. Windows color (decimal): -733722 or 15126004. OLE color: 15126004.
HSL color Cylindrical-coordinate representation of color #F4CDE6: hue angle of 321.54º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4CDE6 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 205 | 230 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.04 |
| HSL | 321.54º | 0.64% | 0.88% | - |
| HSV(B) | 321.54º | 0.16% | 0.96% | - |
| XYZ | 73.42 | 68.61 | 84.24 | - |
| YUV | 219.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 205 | 230 | 0 | 0.16 | 0.06 | 0.04 | 321.54 | 0.64 | 0.88 |
| Hex | F4 | CD | E6 | 0 | 10 | 6 | 4 | 142 | 40 | 58 |
| Octal | 364 | 315 | 346 | 0 | 20 | 6 | 4 | 502 | 100 | 130 |
| Binary | 11110100 | 11001101 | 11100110 | 0 | 10000 | 110 | 100 | 101000010 | 1000000 | 1011000 |
Color Harmonies of #F4CDE6
Complementary color
Monochromatic Colors of #F4CDE6
Black with #F4CDE6
Text Example
Text Example
White with #F4CDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CDE6; }
p { color: rgb(244,205,230); }
H1.HeaderClassName
{
color: #F4CDE6;
}
.AnyTagClassName
{
color: #F4CDE6;
}
</style>
background-color css
<style>
a { background-color: #F4CDE6; }
a { background-color: rgb(244,205,230); }
div.DivClassName
{
background-color: #F4CDE6;
}
.BgClassName
{
background-color: #F4CDE6;
}
</style>
border-color css
<style>
span { border-color: #F4CDE6; }
span { border-color: rgb(244,205,230); }
td.TdClassName
{
border-color: #F4CDE6;
}
.TagClassName
{
border-color: #F4CDE6;
}
</style>