Shades of Pale Pink #F2DDDF
Tints of Pale Pink #F2DDDF
RGB
CMYK
RGB Variations
Color information
#F2DDDF (or 0xF2DDDF) is known color: Pale Pink. HEX triplet: F2, DD and DF. RGB value is (242,221,223). Sum of RGB (Red+Green+Blue) = 242+221+223=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDDF is #0D2220. Grayscale: #E3E3E3. Windows color (decimal): -860705 or 14671346. OLE color: 14671346.
HSL color Cylindrical-coordinate representation of color #F2DDDF: hue angle of 354.29º 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 #F2DDDF is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 223 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.05 |
| HSL | 354.29º | 0.45% | 0.91% | - |
| HSV(B) | 354.29º | 0.09% | 0.95% | - |
| XYZ | 75.79 | 75.92 | 80.47 | - |
| YUV | 227.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 223 | 0 | 0.09 | 0.08 | 0.05 | 354.29 | 0.45 | 0.91 |
| Hex | F2 | DD | DF | 0 | 9 | 8 | 5 | 162 | 2D | 5B |
| Octal | 362 | 335 | 337 | 0 | 11 | 10 | 5 | 542 | 55 | 133 |
| Binary | 11110010 | 11011101 | 11011111 | 0 | 1001 | 1000 | 101 | 101100010 | 101101 | 1011011 |
Color Harmonies of #F2DDDF
Complementary color
Monochromatic Colors of #F2DDDF
Black with #F2DDDF
Text Example
Text Example
White with #F2DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDDF; }
p { color: rgb(242,221,223); }
H1.HeaderClassName
{
color: #F2DDDF;
}
.AnyTagClassName
{
color: #F2DDDF;
}
</style>
background-color css
<style>
a { background-color: #F2DDDF; }
a { background-color: rgb(242,221,223); }
div.DivClassName
{
background-color: #F2DDDF;
}
.BgClassName
{
background-color: #F2DDDF;
}
</style>
border-color css
<style>
span { border-color: #F2DDDF; }
span { border-color: rgb(242,221,223); }
td.TdClassName
{
border-color: #F2DDDF;
}
.TagClassName
{
border-color: #F2DDDF;
}
</style>