Shades of Pale Pink #F4DCDE
Tints of Pale Pink #F4DCDE
RGB
CMYK
RGB Variations
Color information
#F4DCDE (or 0xF4DCDE) is known color: Pale Pink. HEX triplet: F4, DC and DE. RGB value is (244,220,222). Sum of RGB (Red+Green+Blue) = 244+220+222=686 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.57% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 222 (87.11% from 255 or 32.36% from 686); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DCDE is #0B2321. Grayscale: #E3E3E3. Windows color (decimal): -729890 or 14605556. OLE color: 14605556.
HSL color Cylindrical-coordinate representation of color #F4DCDE: hue angle of 355º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4DCDE is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 220 | 222 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.04 |
| HSL | 355º | 0.52% | 0.91% | - |
| HSV(B) | 355º | 0.1% | 0.96% | - |
| XYZ | 76.09 | 75.69 | 79.71 | - |
| YUV | 227.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 220 | 222 | 0 | 0.10 | 0.09 | 0.04 | 355 | 0.52 | 0.91 |
| Hex | F4 | DC | DE | 0 | A | 9 | 4 | 163 | 34 | 5B |
| Octal | 364 | 334 | 336 | 0 | 12 | 11 | 4 | 543 | 64 | 133 |
| Binary | 11110100 | 11011100 | 11011110 | 0 | 1010 | 1001 | 100 | 101100011 | 110100 | 1011011 |
Color Harmonies of #F4DCDE
Complementary color
Monochromatic Colors of #F4DCDE
Black with #F4DCDE
Text Example
Text Example
White with #F4DCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DCDE; }
p { color: rgb(244,220,222); }
H1.HeaderClassName
{
color: #F4DCDE;
}
.AnyTagClassName
{
color: #F4DCDE;
}
</style>
background-color css
<style>
a { background-color: #F4DCDE; }
a { background-color: rgb(244,220,222); }
div.DivClassName
{
background-color: #F4DCDE;
}
.BgClassName
{
background-color: #F4DCDE;
}
</style>
border-color css
<style>
span { border-color: #F4DCDE; }
span { border-color: rgb(244,220,222); }
td.TdClassName
{
border-color: #F4DCDE;
}
.TagClassName
{
border-color: #F4DCDE;
}
</style>