Shades of Fair Pink #F3E5DE
Tints of Fair Pink #F3E5DE
RGB
CMYK
RGB Variations
Color information
#F3E5DE (or 0xF3E5DE) is known color: Fair Pink. HEX triplet: F3, E5 and DE. RGB value is (243,229,222). Sum of RGB (Red+Green+Blue) = 243+229+222=694 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.01% from 694); Green value is 229 (89.84% from 255 or 33.00% from 694); Blue value is 222 (87.11% from 255 or 31.99% from 694); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E5DE is #0C1A21. Grayscale: #E8E8E8. Windows color (decimal): -793122 or 14607859. OLE color: 14607859.
HSL color Cylindrical-coordinate representation of color #F3E5DE: hue angle of 20º degrees, saturation: 0.47, 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 #F3E5DE is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 229 | 222 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.05 |
| HSL | 20º | 0.47% | 0.91% | - |
| HSV(B) | 20º | 0.09% | 0.95% | - |
| XYZ | 78.17 | 80.37 | 80.5 | - |
| YUV | 232.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 229 | 222 | 0 | 0.06 | 0.09 | 0.05 | 20 | 0.47 | 0.91 |
| Hex | F3 | E5 | DE | 0 | 6 | 9 | 5 | 14 | 2F | 5B |
| Octal | 363 | 345 | 336 | 0 | 6 | 11 | 5 | 24 | 57 | 133 |
| Binary | 11110011 | 11100101 | 11011110 | 0 | 110 | 1001 | 101 | 10100 | 101111 | 1011011 |
Color Harmonies of #F3E5DE
Complementary color
Monochromatic Colors of #F3E5DE
Black with #F3E5DE
Text Example
Text Example
White with #F3E5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E5DE; }
p { color: rgb(243,229,222); }
H1.HeaderClassName
{
color: #F3E5DE;
}
.AnyTagClassName
{
color: #F3E5DE;
}
</style>
background-color css
<style>
a { background-color: #F3E5DE; }
a { background-color: rgb(243,229,222); }
div.DivClassName
{
background-color: #F3E5DE;
}
.BgClassName
{
background-color: #F3E5DE;
}
</style>
border-color css
<style>
span { border-color: #F3E5DE; }
span { border-color: rgb(243,229,222); }
td.TdClassName
{
border-color: #F3E5DE;
}
.TagClassName
{
border-color: #F3E5DE;
}
</style>