Shades of Pale Rose #F2D9DB
Tints of Pale Rose #F2D9DB
RGB
CMYK
RGB Variations
Color information
#F2D9DB (or 0xF2D9DB) is known color: Pale Rose. HEX triplet: F2, D9 and DB. RGB value is (242,217,219). Sum of RGB (Red+Green+Blue) = 242+217+219=678 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.69% from 678); Green value is 217 (85.16% from 255 or 32.01% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D9DB is #0D2624. Grayscale: #E0E0E0. Windows color (decimal): -861733 or 14408178. OLE color: 14408178.
HSL color Cylindrical-coordinate representation of color #F2D9DB: hue angle of 355.2º degrees, saturation: 0.49, 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 #F2D9DB is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 219 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.05 |
| HSL | 355.2º | 0.49% | 0.9% | - |
| HSV(B) | 355.2º | 0.1% | 0.95% | - |
| XYZ | 74.22 | 73.62 | 77.32 | - |
| YUV | 224.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 219 | 0 | 0.10 | 0.10 | 0.05 | 355.2 | 0.49 | 0.9 |
| Hex | F2 | D9 | DB | 0 | A | A | 5 | 163 | 31 | 5A |
| Octal | 362 | 331 | 333 | 0 | 12 | 12 | 5 | 543 | 61 | 132 |
| Binary | 11110010 | 11011001 | 11011011 | 0 | 1010 | 1010 | 101 | 101100011 | 110001 | 1011010 |
Color Harmonies of #F2D9DB
Complementary color
Monochromatic Colors of #F2D9DB
Black with #F2D9DB
Text Example
Text Example
White with #F2D9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D9DB; }
p { color: rgb(242,217,219); }
H1.HeaderClassName
{
color: #F2D9DB;
}
.AnyTagClassName
{
color: #F2D9DB;
}
</style>
background-color css
<style>
a { background-color: #F2D9DB; }
a { background-color: rgb(242,217,219); }
div.DivClassName
{
background-color: #F2D9DB;
}
.BgClassName
{
background-color: #F2D9DB;
}
</style>
border-color css
<style>
span { border-color: #F2D9DB; }
span { border-color: rgb(242,217,219); }
td.TdClassName
{
border-color: #F2D9DB;
}
.TagClassName
{
border-color: #F2D9DB;
}
</style>