Shades of Pink Lady #F4D3B3
Tints of Pink Lady #F4D3B3
RGB
CMYK
RGB Variations
Color information
#F4D3B3 (or 0xF4D3B3) is known color: Pink Lady. HEX triplet: F4, D3 and B3. RGB value is (244,211,179). Sum of RGB (Red+Green+Blue) = 244+211+179=634 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.49% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 179 (70.31% from 255 or 28.23% from 634); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D3B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D3B3 is #0B2C4C. Grayscale: #D9D9D9. Windows color (decimal): -732237 or 11785204. OLE color: 11785204.
HSL color Cylindrical-coordinate representation of color #F4D3B3: hue angle of 29.54º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F4D3B3 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 211 | 179 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.04 |
| HSL | 29.54º | 0.75% | 0.83% | - |
| HSV(B) | 29.54º | 0.27% | 0.96% | - |
| XYZ | 68.74 | 69.08 | 52.36 | - |
| YUV | 217.22 | 106.43 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 211 | 179 | 0 | 0.14 | 0.27 | 0.04 | 29.54 | 0.75 | 0.83 |
| Hex | F4 | D3 | B3 | 0 | E | 1B | 4 | 1E | 4B | 53 |
| Octal | 364 | 323 | 263 | 0 | 16 | 33 | 4 | 36 | 113 | 123 |
| Binary | 11110100 | 11010011 | 10110011 | 0 | 1110 | 11011 | 100 | 11110 | 1001011 | 1010011 |
Color Harmonies of #F4D3B3
Complementary color
Monochromatic Colors of #F4D3B3
Black with #F4D3B3
Text Example
Text Example
White with #F4D3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D3B3; }
p { color: rgb(244,211,179); }
H1.HeaderClassName
{
color: #F4D3B3;
}
.AnyTagClassName
{
color: #F4D3B3;
}
</style>
background-color css
<style>
a { background-color: #F4D3B3; }
a { background-color: rgb(244,211,179); }
div.DivClassName
{
background-color: #F4D3B3;
}
.BgClassName
{
background-color: #F4D3B3;
}
</style>
border-color css
<style>
span { border-color: #F4D3B3; }
span { border-color: rgb(244,211,179); }
td.TdClassName
{
border-color: #F4D3B3;
}
.TagClassName
{
border-color: #F4D3B3;
}
</style>