Shades of Orchid White #F5EED5
Tints of Orchid White #F5EED5
RGB
CMYK
RGB Variations
Color information
#F5EED5 (or 0xF5EED5) is known color: Orchid White. HEX triplet: F5, EE and D5. RGB value is (245,238,213). Sum of RGB (Red+Green+Blue) = 245+238+213=696 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.20% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 213 (83.59% from 255 or 30.60% from 696); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EED5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EED5 is #0A112A. Grayscale: #EDEDED. Windows color (decimal): -659755 or 14020341. OLE color: 14020341.
HSL color Cylindrical-coordinate representation of color #F5EED5: hue angle of 46.88º degrees, saturation: 0.62, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5EED5 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 213 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.04 |
| HSL | 46.88º | 0.62% | 0.9% | - |
| HSV(B) | 46.88º | 0.13% | 0.96% | - |
| XYZ | 80.24 | 85.37 | 75.2 | - |
| YUV | 237.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 213 | 0 | 0.03 | 0.13 | 0.04 | 46.88 | 0.62 | 0.9 |
| Hex | F5 | EE | D5 | 0 | 3 | D | 4 | 2F | 3E | 5A |
| Octal | 365 | 356 | 325 | 0 | 3 | 15 | 4 | 57 | 76 | 132 |
| Binary | 11110101 | 11101110 | 11010101 | 0 | 11 | 1101 | 100 | 101111 | 111110 | 1011010 |
Color Harmonies of #F5EED5
Complementary color
Monochromatic Colors of #F5EED5
Black with #F5EED5
Text Example
Text Example
White with #F5EED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EED5; }
p { color: rgb(245,238,213); }
H1.HeaderClassName
{
color: #F5EED5;
}
.AnyTagClassName
{
color: #F5EED5;
}
</style>
background-color css
<style>
a { background-color: #F5EED5; }
a { background-color: rgb(245,238,213); }
div.DivClassName
{
background-color: #F5EED5;
}
.BgClassName
{
background-color: #F5EED5;
}
</style>
border-color css
<style>
span { border-color: #F5EED5; }
span { border-color: rgb(245,238,213); }
td.TdClassName
{
border-color: #F5EED5;
}
.TagClassName
{
border-color: #F5EED5;
}
</style>