Shades of Pale Pink #F2DCDD
Tints of Pale Pink #F2DCDD
RGB
CMYK
RGB Variations
Color information
#F2DCDD (or 0xF2DCDD) is known color: Pale Pink. HEX triplet: F2, DC and DD. RGB value is (242,220,221). Sum of RGB (Red+Green+Blue) = 242+220+221=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 221 (86.72% from 255 or 32.36% from 683); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCDD is #0D2322. Grayscale: #E2E2E2. Windows color (decimal): -860963 or 14540018. OLE color: 14540018.
HSL color Cylindrical-coordinate representation of color #F2DCDD: hue angle of 357.27º 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 #F2DCDD is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 220 | 221 | - |
CMYK | 0 | 0.09 | 0.09 | 0.05 |
HSL | 357.27º | 0.46% | 0.91% | - |
HSV(B) | 357.27º | 0.09% | 0.95% | - |
XYZ | 75.26 | 75.28 | 78.97 | - |
YUV | 226.69 | 124.79 | 138.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 220 | 221 | 0 | 0.09 | 0.09 | 0.05 | 357.27 | 0.46 | 0.91 |
Hex | F2 | DC | DD | 0 | 9 | 9 | 5 | 165 | 2E | 5B |
Octal | 362 | 334 | 335 | 0 | 11 | 11 | 5 | 545 | 56 | 133 |
Binary | 11110010 | 11011100 | 11011101 | 0 | 1001 | 1001 | 101 | 101100101 | 101110 | 1011011 |
Color Harmonies of #F2DCDD
Complementary color
Monochromatic Colors of #F2DCDD
Black with #F2DCDD
Text Example
Text Example
White with #F2DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCDD; }
p { color: rgb(242,220,221); }
H1.HeaderClassName
{
color: #F2DCDD;
}
.AnyTagClassName
{
color: #F2DCDD;
}
</style>
background-color css
<style>
a { background-color: #F2DCDD; }
a { background-color: rgb(242,220,221); }
div.DivClassName
{
background-color: #F2DCDD;
}
.BgClassName
{
background-color: #F2DCDD;
}
</style>
border-color css
<style>
span { border-color: #F2DCDD; }
span { border-color: rgb(242,220,221); }
td.TdClassName
{
border-color: #F2DCDD;
}
.TagClassName
{
border-color: #F2DCDD;
}
</style>