Shades of Classic Rose #F2D4EA
Tints of Classic Rose #F2D4EA
RGB
CMYK
RGB Variations
Color information
#F2D4EA (or 0xF2D4EA) is known color: Classic Rose. HEX triplet: F2, D4 and EA. RGB value is (242,212,234). Sum of RGB (Red+Green+Blue) = 242+212+234=688 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.17% from 688); Green value is 212 (83.20% from 255 or 30.81% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D4EA is #0D2B15. Grayscale: #DFDFDF. Windows color (decimal): -862998 or 15389938. OLE color: 15389938.
HSL color Cylindrical-coordinate representation of color #F2D4EA: hue angle of 316º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2D4EA is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 212 | 234 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.05 |
| HSL | 316º | 0.54% | 0.89% | - |
| HSV(B) | 316º | 0.12% | 0.95% | - |
| XYZ | 75.01 | 71.9 | 87.77 | - |
| YUV | 223.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 212 | 234 | 0 | 0.12 | 0.03 | 0.05 | 316 | 0.54 | 0.89 |
| Hex | F2 | D4 | EA | 0 | C | 3 | 5 | 13C | 36 | 59 |
| Octal | 362 | 324 | 352 | 0 | 14 | 3 | 5 | 474 | 66 | 131 |
| Binary | 11110010 | 11010100 | 11101010 | 0 | 1100 | 11 | 101 | 100111100 | 110110 | 1011001 |
Color Harmonies of #F2D4EA
Complementary color
Monochromatic Colors of #F2D4EA
Black with #F2D4EA
Text Example
Text Example
White with #F2D4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D4EA; }
p { color: rgb(242,212,234); }
H1.HeaderClassName
{
color: #F2D4EA;
}
.AnyTagClassName
{
color: #F2D4EA;
}
</style>
background-color css
<style>
a { background-color: #F2D4EA; }
a { background-color: rgb(242,212,234); }
div.DivClassName
{
background-color: #F2D4EA;
}
.BgClassName
{
background-color: #F2D4EA;
}
</style>
border-color css
<style>
span { border-color: #F2D4EA; }
span { border-color: rgb(242,212,234); }
td.TdClassName
{
border-color: #F2D4EA;
}
.TagClassName
{
border-color: #F2D4EA;
}
</style>