Shades of Fair Pink #F3E3DA
Tints of Fair Pink #F3E3DA
RGB
CMYK
RGB Variations
Color information
#F3E3DA (or 0xF3E3DA) is known color: Fair Pink. HEX triplet: F3, E3 and DA. RGB value is (243,227,218). Sum of RGB (Red+Green+Blue) = 243+227+218=688 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.32% from 688); Green value is 227 (89.06% from 255 or 32.99% from 688); Blue value is 218 (85.55% from 255 or 31.69% from 688); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E3DA is #0C1C25. Grayscale: #E6E6E6. Windows color (decimal): -793638 or 14345203. OLE color: 14345203.
HSL color Cylindrical-coordinate representation of color #F3E3DA: hue angle of 21.6º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3E3DA is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 227 | 218 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.05 |
| HSL | 21.6º | 0.51% | 0.9% | - |
| HSV(B) | 21.6º | 0.1% | 0.95% | - |
| XYZ | 77.09 | 79.05 | 77.53 | - |
| YUV | 230.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 227 | 218 | 0 | 0.07 | 0.10 | 0.05 | 21.6 | 0.51 | 0.9 |
| Hex | F3 | E3 | DA | 0 | 7 | A | 5 | 16 | 33 | 5A |
| Octal | 363 | 343 | 332 | 0 | 7 | 12 | 5 | 26 | 63 | 132 |
| Binary | 11110011 | 11100011 | 11011010 | 0 | 111 | 1010 | 101 | 10110 | 110011 | 1011010 |
Color Harmonies of #F3E3DA
Complementary color
Monochromatic Colors of #F3E3DA
Black with #F3E3DA
Text Example
Text Example
White with #F3E3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E3DA; }
p { color: rgb(243,227,218); }
H1.HeaderClassName
{
color: #F3E3DA;
}
.AnyTagClassName
{
color: #F3E3DA;
}
</style>
background-color css
<style>
a { background-color: #F3E3DA; }
a { background-color: rgb(243,227,218); }
div.DivClassName
{
background-color: #F3E3DA;
}
.BgClassName
{
background-color: #F3E3DA;
}
</style>
border-color css
<style>
span { border-color: #F3E3DA; }
span { border-color: rgb(243,227,218); }
td.TdClassName
{
border-color: #F3E3DA;
}
.TagClassName
{
border-color: #F3E3DA;
}
</style>