Shades of Classic Rose #F2D5E5
Tints of Classic Rose #F2D5E5
RGB
CMYK
RGB Variations
Color information
#F2D5E5 (or 0xF2D5E5) is known color: Classic Rose. HEX triplet: F2, D5 and E5. RGB value is (242,213,229). Sum of RGB (Red+Green+Blue) = 242+213+229=684 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.38% from 684); Green value is 213 (83.59% from 255 or 31.14% from 684); Blue value is 229 (89.84% from 255 or 33.48% from 684); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D5E5 is #0D2A1A. Grayscale: #DFDFDF. Windows color (decimal): -862747 or 15062514. OLE color: 15062514.
HSL color Cylindrical-coordinate representation of color #F2D5E5: hue angle of 326.9º degrees, saturation: 0.53, 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 #F2D5E5 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 229 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.05 |
| HSL | 326.9º | 0.53% | 0.89% | - |
| HSV(B) | 326.9º | 0.12% | 0.95% | - |
| XYZ | 74.56 | 72.12 | 84.12 | - |
| YUV | 223.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 229 | 0 | 0.12 | 0.05 | 0.05 | 326.9 | 0.53 | 0.89 |
| Hex | F2 | D5 | E5 | 0 | C | 5 | 5 | 147 | 35 | 59 |
| Octal | 362 | 325 | 345 | 0 | 14 | 5 | 5 | 507 | 65 | 131 |
| Binary | 11110010 | 11010101 | 11100101 | 0 | 1100 | 101 | 101 | 101000111 | 110101 | 1011001 |
Color Harmonies of #F2D5E5
Complementary color
Monochromatic Colors of #F2D5E5
Black with #F2D5E5
Text Example
Text Example
White with #F2D5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D5E5; }
p { color: rgb(242,213,229); }
H1.HeaderClassName
{
color: #F2D5E5;
}
.AnyTagClassName
{
color: #F2D5E5;
}
</style>
background-color css
<style>
a { background-color: #F2D5E5; }
a { background-color: rgb(242,213,229); }
div.DivClassName
{
background-color: #F2D5E5;
}
.BgClassName
{
background-color: #F2D5E5;
}
</style>
border-color css
<style>
span { border-color: #F2D5E5; }
span { border-color: rgb(242,213,229); }
td.TdClassName
{
border-color: #F2D5E5;
}
.TagClassName
{
border-color: #F2D5E5;
}
</style>