Shades of Pale Rose #F2D8DB
Tints of Pale Rose #F2D8DB
RGB
CMYK
RGB Variations
Color information
#F2D8DB (or 0xF2D8DB) is known color: Pale Rose. HEX triplet: F2, D8 and DB. RGB value is (242,216,219). Sum of RGB (Red+Green+Blue) = 242+216+219=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 216 (84.77% from 255 or 31.91% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D8DB is #0D2724. Grayscale: #E0E0E0. Windows color (decimal): -861989 or 14407922. OLE color: 14407922.
HSL color Cylindrical-coordinate representation of color #F2D8DB: hue angle of 353.08º 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 #F2D8DB is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 216 | 219 | - |
CMYK | 0 | 0.11 | 0.10 | 0.05 |
HSL | 353.08º | 0.5% | 0.9% | - |
HSV(B) | 353.08º | 0.11% | 0.95% | - |
XYZ | 73.96 | 73.1 | 77.23 | - |
YUV | 224.12 | 125.11 | 140.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 216 | 219 | 0 | 0.11 | 0.10 | 0.05 | 353.08 | 0.5 | 0.9 |
Hex | F2 | D8 | DB | 0 | B | A | 5 | 161 | 32 | 5A |
Octal | 362 | 330 | 333 | 0 | 13 | 12 | 5 | 541 | 62 | 132 |
Binary | 11110010 | 11011000 | 11011011 | 0 | 1011 | 1010 | 101 | 101100001 | 110010 | 1011010 |
Color Harmonies of #F2D8DB
Complementary color
Monochromatic Colors of #F2D8DB
Black with #F2D8DB
Text Example
Text Example
White with #F2D8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D8DB; }
p { color: rgb(242,216,219); }
H1.HeaderClassName
{
color: #F2D8DB;
}
.AnyTagClassName
{
color: #F2D8DB;
}
</style>
background-color css
<style>
a { background-color: #F2D8DB; }
a { background-color: rgb(242,216,219); }
div.DivClassName
{
background-color: #F2D8DB;
}
.BgClassName
{
background-color: #F2D8DB;
}
</style>
border-color css
<style>
span { border-color: #F2D8DB; }
span { border-color: rgb(242,216,219); }
td.TdClassName
{
border-color: #F2D8DB;
}
.TagClassName
{
border-color: #F2D8DB;
}
</style>