Shades of Pale Pink #F4DBDC
Tints of Pale Pink #F4DBDC
RGB
CMYK
RGB Variations
Color information
#F4DBDC (or 0xF4DBDC) is known color: Pale Pink. HEX triplet: F4, DB and DC. RGB value is (244,219,220). Sum of RGB (Red+Green+Blue) = 244+219+220=683 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.72% from 683); Green value is 219 (85.94% from 255 or 32.06% from 683); Blue value is 220 (86.33% from 255 or 32.21% from 683); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DBDC is #0B2423. Grayscale: #E2E2E2. Windows color (decimal): -730148 or 14474228. OLE color: 14474228.
HSL color Cylindrical-coordinate representation of color #F4DBDC: hue angle of 357.6º degrees, saturation: 0.53, 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 #F4DBDC is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 219 | 220 | - |
CMYK | 0 | 0.10 | 0.10 | 0.04 |
HSL | 357.6º | 0.53% | 0.91% | - |
HSV(B) | 357.6º | 0.1% | 0.96% | - |
XYZ | 75.56 | 75.06 | 78.22 | - |
YUV | 226.59 | 124.28 | 140.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 219 | 220 | 0 | 0.10 | 0.10 | 0.04 | 357.6 | 0.53 | 0.91 |
Hex | F4 | DB | DC | 0 | A | A | 4 | 166 | 35 | 5B |
Octal | 364 | 333 | 334 | 0 | 12 | 12 | 4 | 546 | 65 | 133 |
Binary | 11110100 | 11011011 | 11011100 | 0 | 1010 | 1010 | 100 | 101100110 | 110101 | 1011011 |
Color Harmonies of #F4DBDC
Complementary color
Monochromatic Colors of #F4DBDC
Black with #F4DBDC
Text Example
Text Example
White with #F4DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DBDC; }
p { color: rgb(244,219,220); }
H1.HeaderClassName
{
color: #F4DBDC;
}
.AnyTagClassName
{
color: #F4DBDC;
}
</style>
background-color css
<style>
a { background-color: #F4DBDC; }
a { background-color: rgb(244,219,220); }
div.DivClassName
{
background-color: #F4DBDC;
}
.BgClassName
{
background-color: #F4DBDC;
}
</style>
border-color css
<style>
span { border-color: #F4DBDC; }
span { border-color: rgb(244,219,220); }
td.TdClassName
{
border-color: #F4DBDC;
}
.TagClassName
{
border-color: #F4DBDC;
}
</style>