Shades of Pale Pink #F4DDDF
Tints of Pale Pink #F4DDDF
RGB
CMYK
RGB Variations
Color information
#F4DDDF (or 0xF4DDDF) is known color: Pale Pink. HEX triplet: F4, DD and DF. RGB value is (244,221,223). Sum of RGB (Red+Green+Blue) = 244+221+223=688 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.47% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DDDF is #0B2220. Grayscale: #E4E4E4. Windows color (decimal): -729633 or 14671348. OLE color: 14671348.
HSL color Cylindrical-coordinate representation of color #F4DDDF: hue angle of 354.78º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F4DDDF is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 223 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.04 |
| HSL | 354.78º | 0.51% | 0.91% | - |
| HSV(B) | 354.78º | 0.09% | 0.96% | - |
| XYZ | 76.48 | 76.27 | 80.5 | - |
| YUV | 228.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 223 | 0 | 0.09 | 0.09 | 0.04 | 354.78 | 0.51 | 0.91 |
| Hex | F4 | DD | DF | 0 | 9 | 9 | 4 | 163 | 33 | 5B |
| Octal | 364 | 335 | 337 | 0 | 11 | 11 | 4 | 543 | 63 | 133 |
| Binary | 11110100 | 11011101 | 11011111 | 0 | 1001 | 1001 | 100 | 101100011 | 110011 | 1011011 |
Color Harmonies of #F4DDDF
Complementary color
Monochromatic Colors of #F4DDDF
Black with #F4DDDF
Text Example
Text Example
White with #F4DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DDDF; }
p { color: rgb(244,221,223); }
H1.HeaderClassName
{
color: #F4DDDF;
}
.AnyTagClassName
{
color: #F4DDDF;
}
</style>
background-color css
<style>
a { background-color: #F4DDDF; }
a { background-color: rgb(244,221,223); }
div.DivClassName
{
background-color: #F4DDDF;
}
.BgClassName
{
background-color: #F4DDDF;
}
</style>
border-color css
<style>
span { border-color: #F4DDDF; }
span { border-color: rgb(244,221,223); }
td.TdClassName
{
border-color: #F4DDDF;
}
.TagClassName
{
border-color: #F4DDDF;
}
</style>