Shades of Pale Rose #F3D1D6
Tints of Pale Rose #F3D1D6
RGB
CMYK
RGB Variations
Color information
#F3D1D6 (or 0xF3D1D6) is known color: Pale Rose. HEX triplet: F3, D1 and D6. RGB value is (243,209,214). Sum of RGB (Red+Green+Blue) = 243+209+214=666 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.49% from 666); Green value is 209 (82.03% from 255 or 31.38% from 666); Blue value is 214 (83.98% from 255 or 32.13% from 666); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D1D6 is #0C2E29. Grayscale: #DBDBDB. Windows color (decimal): -798250 or 14078451. OLE color: 14078451.
HSL color Cylindrical-coordinate representation of color #F3D1D6: hue angle of 351.18º degrees, saturation: 0.59, 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 #F3D1D6 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 209 | 214 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.05 |
| HSL | 351.18º | 0.59% | 0.89% | - |
| HSV(B) | 351.18º | 0.14% | 0.95% | - |
| XYZ | 71.9 | 69.51 | 73.25 | - |
| YUV | 219.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 209 | 214 | 0 | 0.14 | 0.12 | 0.05 | 351.18 | 0.59 | 0.89 |
| Hex | F3 | D1 | D6 | 0 | E | C | 5 | 15F | 3B | 59 |
| Octal | 363 | 321 | 326 | 0 | 16 | 14 | 5 | 537 | 73 | 131 |
| Binary | 11110011 | 11010001 | 11010110 | 0 | 1110 | 1100 | 101 | 101011111 | 111011 | 1011001 |
Color Harmonies of #F3D1D6
Complementary color
Monochromatic Colors of #F3D1D6
Black with #F3D1D6
Text Example
Text Example
White with #F3D1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D1D6; }
p { color: rgb(243,209,214); }
H1.HeaderClassName
{
color: #F3D1D6;
}
.AnyTagClassName
{
color: #F3D1D6;
}
</style>
background-color css
<style>
a { background-color: #F3D1D6; }
a { background-color: rgb(243,209,214); }
div.DivClassName
{
background-color: #F3D1D6;
}
.BgClassName
{
background-color: #F3D1D6;
}
</style>
border-color css
<style>
span { border-color: #F3D1D6; }
span { border-color: rgb(243,209,214); }
td.TdClassName
{
border-color: #F3D1D6;
}
.TagClassName
{
border-color: #F3D1D6;
}
</style>