Shades of Chilean Heath #FDFBE3
Tints of Chilean Heath #FDFBE3
RGB
CMYK
RGB Variations
Color information
#FDFBE3 (or 0xFDFBE3) is known color: Chilean Heath. HEX triplet: FD, FB and E3. RGB value is (253,251,227). Sum of RGB (Red+Green+Blue) = 253+251+227=731 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.61% from 731); Green value is 251 (98.44% from 255 or 34.34% from 731); Blue value is 227 (89.06% from 255 or 31.05% from 731); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBE3 is #02041C. Grayscale: #F8F8F8. Windows color (decimal): -132125 or 14941181. OLE color: 14941181.
HSL color Cylindrical-coordinate representation of color #FDFBE3: hue angle of 55.38º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDFBE3 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 251 | 227 | - |
CMYK | 0 | 0.01 | 0.10 | 0.01 |
HSL | 55.38º | 0.87% | 0.94% | - |
HSV(B) | 55.38º | 0.1% | 0.99% | - |
XYZ | 88.87 | 95.42 | 86.41 | - |
YUV | 248.86 | 115.66 | 130.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 251 | 227 | 0 | 0.01 | 0.10 | 0.01 | 55.38 | 0.87 | 0.94 |
Hex | FD | FB | E3 | 0 | 1 | A | 1 | 37 | 57 | 5E |
Octal | 375 | 373 | 343 | 0 | 1 | 12 | 1 | 67 | 127 | 136 |
Binary | 11111101 | 11111011 | 11100011 | 0 | 1 | 1010 | 1 | 110111 | 1010111 | 1011110 |
Color Harmonies of #FDFBE3
Complementary color
Monochromatic Colors of #FDFBE3
Black with #FDFBE3
Text Example
Text Example
White with #FDFBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBE3; }
p { color: rgb(253,251,227); }
H1.HeaderClassName
{
color: #FDFBE3;
}
.AnyTagClassName
{
color: #FDFBE3;
}
</style>
background-color css
<style>
a { background-color: #FDFBE3; }
a { background-color: rgb(253,251,227); }
div.DivClassName
{
background-color: #FDFBE3;
}
.BgClassName
{
background-color: #FDFBE3;
}
</style>
border-color css
<style>
span { border-color: #FDFBE3; }
span { border-color: rgb(253,251,227); }
td.TdClassName
{
border-color: #FDFBE3;
}
.TagClassName
{
border-color: #FDFBE3;
}
</style>