Shades of Classic Rose #F4D3EA
Tints of Classic Rose #F4D3EA
RGB
CMYK
RGB Variations
Color information
#F4D3EA (or 0xF4D3EA) is known color: Classic Rose. HEX triplet: F4, D3 and EA. RGB value is (244,211,234). Sum of RGB (Red+Green+Blue) = 244+211+234=689 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.41% from 689); Green value is 211 (82.81% from 255 or 30.62% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D3EA is #0B2C15. Grayscale: #DFDFDF. Windows color (decimal): -732182 or 15389684. OLE color: 15389684.
HSL color Cylindrical-coordinate representation of color #F4D3EA: hue angle of 318.18º degrees, saturation: 0.6, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F4D3EA is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 211 | 234 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.04 |
| HSL | 318.18º | 0.6% | 0.89% | - |
| HSV(B) | 318.18º | 0.14% | 0.96% | - |
| XYZ | 75.45 | 71.76 | 87.72 | - |
| YUV | 223.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 211 | 234 | 0 | 0.14 | 0.04 | 0.04 | 318.18 | 0.6 | 0.89 |
| Hex | F4 | D3 | EA | 0 | E | 4 | 4 | 13E | 3C | 59 |
| Octal | 364 | 323 | 352 | 0 | 16 | 4 | 4 | 476 | 74 | 131 |
| Binary | 11110100 | 11010011 | 11101010 | 0 | 1110 | 100 | 100 | 100111110 | 111100 | 1011001 |
Color Harmonies of #F4D3EA
Complementary color
Monochromatic Colors of #F4D3EA
Black with #F4D3EA
Text Example
Text Example
White with #F4D3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D3EA; }
p { color: rgb(244,211,234); }
H1.HeaderClassName
{
color: #F4D3EA;
}
.AnyTagClassName
{
color: #F4D3EA;
}
</style>
background-color css
<style>
a { background-color: #F4D3EA; }
a { background-color: rgb(244,211,234); }
div.DivClassName
{
background-color: #F4D3EA;
}
.BgClassName
{
background-color: #F4D3EA;
}
</style>
border-color css
<style>
span { border-color: #F4D3EA; }
span { border-color: rgb(244,211,234); }
td.TdClassName
{
border-color: #F4D3EA;
}
.TagClassName
{
border-color: #F4D3EA;
}
</style>