Shades of Classic Rose #F2DAEB
Tints of Classic Rose #F2DAEB
RGB
CMYK
RGB Variations
Color information
#F2DAEB (or 0xF2DAEB) is known color: Classic Rose. HEX triplet: F2, DA and EB. RGB value is (242,218,235). Sum of RGB (Red+Green+Blue) = 242+218+235=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 235 (92.19% from 255 or 33.81% from 695); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DAEB is #0D2514. Grayscale: #E3E3E3. Windows color (decimal): -861461 or 15457010. OLE color: 15457010.
HSL color Cylindrical-coordinate representation of color #F2DAEB: hue angle of 317.5º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2DAEB is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 235 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.05 |
| HSL | 317.5º | 0.48% | 0.9% | - |
| HSV(B) | 317.5º | 0.1% | 0.95% | - |
| XYZ | 76.68 | 75.02 | 89.04 | - |
| YUV | 227.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 235 | 0 | 0.10 | 0.03 | 0.05 | 317.5 | 0.48 | 0.9 |
| Hex | F2 | DA | EB | 0 | A | 3 | 5 | 13E | 30 | 5A |
| Octal | 362 | 332 | 353 | 0 | 12 | 3 | 5 | 476 | 60 | 132 |
| Binary | 11110010 | 11011010 | 11101011 | 0 | 1010 | 11 | 101 | 100111110 | 110000 | 1011010 |
Color Harmonies of #F2DAEB
Complementary color
Monochromatic Colors of #F2DAEB
Black with #F2DAEB
Text Example
Text Example
White with #F2DAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DAEB; }
p { color: rgb(242,218,235); }
H1.HeaderClassName
{
color: #F2DAEB;
}
.AnyTagClassName
{
color: #F2DAEB;
}
</style>
background-color css
<style>
a { background-color: #F2DAEB; }
a { background-color: rgb(242,218,235); }
div.DivClassName
{
background-color: #F2DAEB;
}
.BgClassName
{
background-color: #F2DAEB;
}
</style>
border-color css
<style>
span { border-color: #F2DAEB; }
span { border-color: rgb(242,218,235); }
td.TdClassName
{
border-color: #F2DAEB;
}
.TagClassName
{
border-color: #F2DAEB;
}
</style>