Shades of Pale Rose #F3D2D9
Tints of Pale Rose #F3D2D9
RGB
CMYK
RGB Variations
Color information
#F3D2D9 (or 0xF3D2D9) is known color: Pale Rose. HEX triplet: F3, D2 and D9. RGB value is (243,210,217). Sum of RGB (Red+Green+Blue) = 243+210+217=670 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.27% from 670); Green value is 210 (82.42% from 255 or 31.34% from 670); Blue value is 217 (85.16% from 255 or 32.39% from 670); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D2D9 is #0C2D26. Grayscale: #DCDCDC. Windows color (decimal): -797991 or 14275315. OLE color: 14275315.
HSL color Cylindrical-coordinate representation of color #F3D2D9: hue angle of 347.27º degrees, saturation: 0.58, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F3D2D9 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 210 | 217 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.05 |
| HSL | 347.27º | 0.58% | 0.89% | - |
| HSV(B) | 347.27º | 0.14% | 0.95% | - |
| XYZ | 72.53 | 70.16 | 75.36 | - |
| YUV | 220.67 | 125.93 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 210 | 217 | 0 | 0.14 | 0.11 | 0.05 | 347.27 | 0.58 | 0.89 |
| Hex | F3 | D2 | D9 | 0 | E | B | 5 | 15B | 3A | 59 |
| Octal | 363 | 322 | 331 | 0 | 16 | 13 | 5 | 533 | 72 | 131 |
| Binary | 11110011 | 11010010 | 11011001 | 0 | 1110 | 1011 | 101 | 101011011 | 111010 | 1011001 |
Color Harmonies of #F3D2D9
Complementary color
Monochromatic Colors of #F3D2D9
Black with #F3D2D9
Text Example
Text Example
White with #F3D2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D2D9; }
p { color: rgb(243,210,217); }
H1.HeaderClassName
{
color: #F3D2D9;
}
.AnyTagClassName
{
color: #F3D2D9;
}
</style>
background-color css
<style>
a { background-color: #F3D2D9; }
a { background-color: rgb(243,210,217); }
div.DivClassName
{
background-color: #F3D2D9;
}
.BgClassName
{
background-color: #F3D2D9;
}
</style>
border-color css
<style>
span { border-color: #F3D2D9; }
span { border-color: rgb(243,210,217); }
td.TdClassName
{
border-color: #F3D2D9;
}
.TagClassName
{
border-color: #F3D2D9;
}
</style>