Shades of Pale Pink #F2DCDE
Tints of Pale Pink #F2DCDE
RGB
CMYK
RGB Variations
Color information
#F2DCDE (or 0xF2DCDE) is known color: Pale Pink. HEX triplet: F2, DC and DE. RGB value is (242,220,222). Sum of RGB (Red+Green+Blue) = 242+220+222=684 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.38% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCDE is #0D2321. Grayscale: #E2E2E2. Windows color (decimal): -860962 or 14605554. OLE color: 14605554.
HSL color Cylindrical-coordinate representation of color #F2DCDE: hue angle of 354.55º degrees, saturation: 0.46, 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 #F2DCDE is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 222 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.05 |
| HSL | 354.55º | 0.46% | 0.91% | - |
| HSV(B) | 354.55º | 0.09% | 0.95% | - |
| XYZ | 75.4 | 75.34 | 79.68 | - |
| YUV | 226.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 222 | 0 | 0.09 | 0.08 | 0.05 | 354.55 | 0.46 | 0.91 |
| Hex | F2 | DC | DE | 0 | 9 | 8 | 5 | 163 | 2E | 5B |
| Octal | 362 | 334 | 336 | 0 | 11 | 10 | 5 | 543 | 56 | 133 |
| Binary | 11110010 | 11011100 | 11011110 | 0 | 1001 | 1000 | 101 | 101100011 | 101110 | 1011011 |
Color Harmonies of #F2DCDE
Complementary color
Monochromatic Colors of #F2DCDE
Black with #F2DCDE
Text Example
Text Example
White with #F2DCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCDE; }
p { color: rgb(242,220,222); }
H1.HeaderClassName
{
color: #F2DCDE;
}
.AnyTagClassName
{
color: #F2DCDE;
}
</style>
background-color css
<style>
a { background-color: #F2DCDE; }
a { background-color: rgb(242,220,222); }
div.DivClassName
{
background-color: #F2DCDE;
}
.BgClassName
{
background-color: #F2DCDE;
}
</style>
border-color css
<style>
span { border-color: #F2DCDE; }
span { border-color: rgb(242,220,222); }
td.TdClassName
{
border-color: #F2DCDE;
}
.TagClassName
{
border-color: #F2DCDE;
}
</style>