Shades of Pale Pink #F2D9DA
Tints of Pale Pink #F2D9DA
RGB
CMYK
RGB Variations
Color information
#F2D9DA (or 0xF2D9DA) is known color: Pale Pink. HEX triplet: F2, D9 and DA. RGB value is (242,217,218). Sum of RGB (Red+Green+Blue) = 242+217+218=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D9DA is #0D2625. Grayscale: #E0E0E0. Windows color (decimal): -861734 or 14342642. OLE color: 14342642.
HSL color Cylindrical-coordinate representation of color #F2D9DA: hue angle of 357.6º 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 #F2D9DA is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 217 | 218 | - |
CMYK | 0 | 0.10 | 0.10 | 0.05 |
HSL | 357.6º | 0.49% | 0.9% | - |
HSV(B) | 357.6º | 0.1% | 0.95% | - |
XYZ | 74.09 | 73.56 | 76.62 | - |
YUV | 224.59 | 124.28 | 140.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 217 | 218 | 0 | 0.10 | 0.10 | 0.05 | 357.6 | 0.49 | 0.9 |
Hex | F2 | D9 | DA | 0 | A | A | 5 | 166 | 31 | 5A |
Octal | 362 | 331 | 332 | 0 | 12 | 12 | 5 | 546 | 61 | 132 |
Binary | 11110010 | 11011001 | 11011010 | 0 | 1010 | 1010 | 101 | 101100110 | 110001 | 1011010 |
Color Harmonies of #F2D9DA
Complementary color
Monochromatic Colors of #F2D9DA
Black with #F2D9DA
Text Example
Text Example
White with #F2D9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D9DA; }
p { color: rgb(242,217,218); }
H1.HeaderClassName
{
color: #F2D9DA;
}
.AnyTagClassName
{
color: #F2D9DA;
}
</style>
background-color css
<style>
a { background-color: #F2D9DA; }
a { background-color: rgb(242,217,218); }
div.DivClassName
{
background-color: #F2D9DA;
}
.BgClassName
{
background-color: #F2D9DA;
}
</style>
border-color css
<style>
span { border-color: #F2D9DA; }
span { border-color: rgb(242,217,218); }
td.TdClassName
{
border-color: #F2D9DA;
}
.TagClassName
{
border-color: #F2D9DA;
}
</style>