Shades of Pale Rose #F4D0D3
Tints of Pale Rose #F4D0D3
RGB
CMYK
RGB Variations
Color information
#F4D0D3 (or 0xF4D0D3) is known color: Pale Rose. HEX triplet: F4, D0 and D3. RGB value is (244,208,211). Sum of RGB (Red+Green+Blue) = 244+208+211=663 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.80% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 211 (82.81% from 255 or 31.83% from 663); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D0D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D0D3 is #0B2F2C. Grayscale: #DBDBDB. Windows color (decimal): -732973 or 13881588. OLE color: 13881588.
HSL color Cylindrical-coordinate representation of color #F4D0D3: hue angle of 355º degrees, saturation: 0.62, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4D0D3 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 208 | 211 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.04 |
| HSL | 355º | 0.62% | 0.89% | - |
| HSV(B) | 355º | 0.15% | 0.96% | - |
| XYZ | 71.62 | 69.05 | 71.18 | - |
| YUV | 219.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 208 | 211 | 0 | 0.15 | 0.14 | 0.04 | 355 | 0.62 | 0.89 |
| Hex | F4 | D0 | D3 | 0 | F | E | 4 | 163 | 3E | 59 |
| Octal | 364 | 320 | 323 | 0 | 17 | 16 | 4 | 543 | 76 | 131 |
| Binary | 11110100 | 11010000 | 11010011 | 0 | 1111 | 1110 | 100 | 101100011 | 111110 | 1011001 |
Color Harmonies of #F4D0D3
Complementary color
Monochromatic Colors of #F4D0D3
Black with #F4D0D3
Text Example
Text Example
White with #F4D0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D0D3; }
p { color: rgb(244,208,211); }
H1.HeaderClassName
{
color: #F4D0D3;
}
.AnyTagClassName
{
color: #F4D0D3;
}
</style>
background-color css
<style>
a { background-color: #F4D0D3; }
a { background-color: rgb(244,208,211); }
div.DivClassName
{
background-color: #F4D0D3;
}
.BgClassName
{
background-color: #F4D0D3;
}
</style>
border-color css
<style>
span { border-color: #F4D0D3; }
span { border-color: rgb(244,208,211); }
td.TdClassName
{
border-color: #F4D0D3;
}
.TagClassName
{
border-color: #F4D0D3;
}
</style>