Shades of Pale Rose #F2D8DA
Tints of Pale Rose #F2D8DA
RGB
CMYK
RGB Variations
Color information
#F2D8DA (or 0xF2D8DA) is known color: Pale Rose. HEX triplet: F2, D8 and DA. RGB value is (242,216,218). Sum of RGB (Red+Green+Blue) = 242+216+218=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D8DA is #0D2725. Grayscale: #E0E0E0. Windows color (decimal): -861990 or 14342386. OLE color: 14342386.
HSL color Cylindrical-coordinate representation of color #F2D8DA: hue angle of 355.38º degrees, saturation: 0.5, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2D8DA is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 218 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.05 |
| HSL | 355.38º | 0.5% | 0.9% | - |
| HSV(B) | 355.38º | 0.11% | 0.95% | - |
| XYZ | 73.83 | 73.05 | 76.54 | - |
| YUV | 224 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 218 | 0 | 0.11 | 0.10 | 0.05 | 355.38 | 0.5 | 0.9 |
| Hex | F2 | D8 | DA | 0 | B | A | 5 | 163 | 32 | 5A |
| Octal | 362 | 330 | 332 | 0 | 13 | 12 | 5 | 543 | 62 | 132 |
| Binary | 11110010 | 11011000 | 11011010 | 0 | 1011 | 1010 | 101 | 101100011 | 110010 | 1011010 |
Color Harmonies of #F2D8DA
Complementary color
Monochromatic Colors of #F2D8DA
Black with #F2D8DA
Text Example
Text Example
White with #F2D8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D8DA; }
p { color: rgb(242,216,218); }
H1.HeaderClassName
{
color: #F2D8DA;
}
.AnyTagClassName
{
color: #F2D8DA;
}
</style>
background-color css
<style>
a { background-color: #F2D8DA; }
a { background-color: rgb(242,216,218); }
div.DivClassName
{
background-color: #F2D8DA;
}
.BgClassName
{
background-color: #F2D8DA;
}
</style>
border-color css
<style>
span { border-color: #F2D8DA; }
span { border-color: rgb(242,216,218); }
td.TdClassName
{
border-color: #F2D8DA;
}
.TagClassName
{
border-color: #F2D8DA;
}
</style>