Shades of Pale Rose #F3D5D9
Tints of Pale Rose #F3D5D9
RGB
CMYK
RGB Variations
Color information
#F3D5D9 (or 0xF3D5D9) is known color: Pale Rose. HEX triplet: F3, D5 and D9. RGB value is (243,213,217). Sum of RGB (Red+Green+Blue) = 243+213+217=673 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.11% from 673); Green value is 213 (83.59% from 255 or 31.65% from 673); Blue value is 217 (85.16% from 255 or 32.24% from 673); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D5D9 is #0C2A26. Grayscale: #DEDEDE. Windows color (decimal): -797223 or 14276083. OLE color: 14276083.
HSL color Cylindrical-coordinate representation of color #F3D5D9: hue angle of 352º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F3D5D9 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 213 | 217 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.05 |
| HSL | 352º | 0.56% | 0.89% | - |
| HSV(B) | 352º | 0.12% | 0.95% | - |
| XYZ | 73.28 | 71.65 | 75.61 | - |
| YUV | 222.43 | 124.94 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 213 | 217 | 0 | 0.12 | 0.11 | 0.05 | 352 | 0.56 | 0.89 |
| Hex | F3 | D5 | D9 | 0 | C | B | 5 | 160 | 38 | 59 |
| Octal | 363 | 325 | 331 | 0 | 14 | 13 | 5 | 540 | 70 | 131 |
| Binary | 11110011 | 11010101 | 11011001 | 0 | 1100 | 1011 | 101 | 101100000 | 111000 | 1011001 |
Color Harmonies of #F3D5D9
Complementary color
Monochromatic Colors of #F3D5D9
Black with #F3D5D9
Text Example
Text Example
White with #F3D5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D5D9; }
p { color: rgb(243,213,217); }
H1.HeaderClassName
{
color: #F3D5D9;
}
.AnyTagClassName
{
color: #F3D5D9;
}
</style>
background-color css
<style>
a { background-color: #F3D5D9; }
a { background-color: rgb(243,213,217); }
div.DivClassName
{
background-color: #F3D5D9;
}
.BgClassName
{
background-color: #F3D5D9;
}
</style>
border-color css
<style>
span { border-color: #F3D5D9; }
span { border-color: rgb(243,213,217); }
td.TdClassName
{
border-color: #F3D5D9;
}
.TagClassName
{
border-color: #F3D5D9;
}
</style>