Shades of Fair Pink #F3E5DD
Tints of Fair Pink #F3E5DD
RGB
CMYK
RGB Variations
Color information
#F3E5DD (or 0xF3E5DD) is known color: Fair Pink. HEX triplet: F3, E5 and DD. RGB value is (243,229,221). Sum of RGB (Red+Green+Blue) = 243+229+221=693 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.06% from 693); Green value is 229 (89.84% from 255 or 33.04% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E5DD is #0C1A22. Grayscale: #E8E8E8. Windows color (decimal): -793123 or 14542323. OLE color: 14542323.
HSL color Cylindrical-coordinate representation of color #F3E5DD: hue angle of 21.82º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F3E5DD is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 229 | 221 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.05 |
| HSL | 21.82º | 0.48% | 0.91% | - |
| HSV(B) | 21.82º | 0.09% | 0.95% | - |
| XYZ | 78.03 | 80.31 | 79.8 | - |
| YUV | 232.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 229 | 221 | 0 | 0.06 | 0.09 | 0.05 | 21.82 | 0.48 | 0.91 |
| Hex | F3 | E5 | DD | 0 | 6 | 9 | 5 | 16 | 30 | 5B |
| Octal | 363 | 345 | 335 | 0 | 6 | 11 | 5 | 26 | 60 | 133 |
| Binary | 11110011 | 11100101 | 11011101 | 0 | 110 | 1001 | 101 | 10110 | 110000 | 1011011 |
Color Harmonies of #F3E5DD
Complementary color
Monochromatic Colors of #F3E5DD
Black with #F3E5DD
Text Example
Text Example
White with #F3E5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E5DD; }
p { color: rgb(243,229,221); }
H1.HeaderClassName
{
color: #F3E5DD;
}
.AnyTagClassName
{
color: #F3E5DD;
}
</style>
background-color css
<style>
a { background-color: #F3E5DD; }
a { background-color: rgb(243,229,221); }
div.DivClassName
{
background-color: #F3E5DD;
}
.BgClassName
{
background-color: #F3E5DD;
}
</style>
border-color css
<style>
span { border-color: #F3E5DD; }
span { border-color: rgb(243,229,221); }
td.TdClassName
{
border-color: #F3E5DD;
}
.TagClassName
{
border-color: #F3E5DD;
}
</style>