Shades of Classic Rose #F4CDE1
Tints of Classic Rose #F4CDE1
RGB
CMYK
RGB Variations
Color information
#F4CDE1 (or 0xF4CDE1) is known color: Classic Rose. HEX triplet: F4, CD and E1. RGB value is (244,205,225). Sum of RGB (Red+Green+Blue) = 244+205+225=674 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.20% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 225 (88.28% from 255 or 33.38% from 674); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CDE1 is #0B321E. Grayscale: #DADADA. Windows color (decimal): -733727 or 14798324. OLE color: 14798324.
HSL color Cylindrical-coordinate representation of color #F4CDE1: hue angle of 329.23º 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 #F4CDE1 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 205 | 225 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.04 |
| HSL | 329.23º | 0.64% | 0.88% | - |
| HSV(B) | 329.23º | 0.16% | 0.96% | - |
| XYZ | 72.73 | 68.33 | 80.59 | - |
| YUV | 218.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 205 | 225 | 0 | 0.16 | 0.08 | 0.04 | 329.23 | 0.64 | 0.88 |
| Hex | F4 | CD | E1 | 0 | 10 | 8 | 4 | 149 | 40 | 58 |
| Octal | 364 | 315 | 341 | 0 | 20 | 10 | 4 | 511 | 100 | 130 |
| Binary | 11110100 | 11001101 | 11100001 | 0 | 10000 | 1000 | 100 | 101001001 | 1000000 | 1011000 |
Color Harmonies of #F4CDE1
Complementary color
Monochromatic Colors of #F4CDE1
Black with #F4CDE1
Text Example
Text Example
White with #F4CDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CDE1; }
p { color: rgb(244,205,225); }
H1.HeaderClassName
{
color: #F4CDE1;
}
.AnyTagClassName
{
color: #F4CDE1;
}
</style>
background-color css
<style>
a { background-color: #F4CDE1; }
a { background-color: rgb(244,205,225); }
div.DivClassName
{
background-color: #F4CDE1;
}
.BgClassName
{
background-color: #F4CDE1;
}
</style>
border-color css
<style>
span { border-color: #F4CDE1; }
span { border-color: rgb(244,205,225); }
td.TdClassName
{
border-color: #F4CDE1;
}
.TagClassName
{
border-color: #F4CDE1;
}
</style>