Shades of Pale Pink #F2DDDE
Tints of Pale Pink #F2DDDE
RGB
CMYK
RGB Variations
Color information
#F2DDDE (or 0xF2DDDE) is known color: Pale Pink. HEX triplet: F2, DD and DE. RGB value is (242,221,222). Sum of RGB (Red+Green+Blue) = 242+221+222=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 222 (87.11% from 255 or 32.41% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDDE is #0D2221. Grayscale: #E3E3E3. Windows color (decimal): -860706 or 14605810. OLE color: 14605810.
HSL color Cylindrical-coordinate representation of color #F2DDDE: hue angle of 357.14º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2DDDE is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 222 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.05 |
| HSL | 357.14º | 0.45% | 0.91% | - |
| HSV(B) | 357.14º | 0.09% | 0.95% | - |
| XYZ | 75.66 | 75.86 | 79.76 | - |
| YUV | 227.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 222 | 0 | 0.09 | 0.08 | 0.05 | 357.14 | 0.45 | 0.91 |
| Hex | F2 | DD | DE | 0 | 9 | 8 | 5 | 165 | 2D | 5B |
| Octal | 362 | 335 | 336 | 0 | 11 | 10 | 5 | 545 | 55 | 133 |
| Binary | 11110010 | 11011101 | 11011110 | 0 | 1001 | 1000 | 101 | 101100101 | 101101 | 1011011 |
Color Harmonies of #F2DDDE
Complementary color
Monochromatic Colors of #F2DDDE
Black with #F2DDDE
Text Example
Text Example
White with #F2DDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDDE; }
p { color: rgb(242,221,222); }
H1.HeaderClassName
{
color: #F2DDDE;
}
.AnyTagClassName
{
color: #F2DDDE;
}
</style>
background-color css
<style>
a { background-color: #F2DDDE; }
a { background-color: rgb(242,221,222); }
div.DivClassName
{
background-color: #F2DDDE;
}
.BgClassName
{
background-color: #F2DDDE;
}
</style>
border-color css
<style>
span { border-color: #F2DDDE; }
span { border-color: rgb(242,221,222); }
td.TdClassName
{
border-color: #F2DDDE;
}
.TagClassName
{
border-color: #F2DDDE;
}
</style>