Shades of Orchid White #F3ECD6
Tints of Orchid White #F3ECD6
RGB
CMYK
RGB Variations
Color information
#F3ECD6 (or 0xF3ECD6) is known color: Orchid White. HEX triplet: F3, EC and D6. RGB value is (243,236,214). Sum of RGB (Red+Green+Blue) = 243+236+214=693 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.06% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 214 (83.98% from 255 or 30.88% from 693); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ECD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3ECD6 is #0C1329. Grayscale: #EBEBEB. Windows color (decimal): -791338 or 14085363. OLE color: 14085363.
HSL color Cylindrical-coordinate representation of color #F3ECD6: hue angle of 45.52º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F3ECD6 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 236 | 214 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.05 |
| HSL | 45.52º | 0.55% | 0.9% | - |
| HSV(B) | 45.52º | 0.12% | 0.95% | - |
| XYZ | 79.1 | 83.9 | 75.64 | - |
| YUV | 235.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 236 | 214 | 0 | 0.03 | 0.12 | 0.05 | 45.52 | 0.55 | 0.9 |
| Hex | F3 | EC | D6 | 0 | 3 | C | 5 | 2E | 37 | 5A |
| Octal | 363 | 354 | 326 | 0 | 3 | 14 | 5 | 56 | 67 | 132 |
| Binary | 11110011 | 11101100 | 11010110 | 0 | 11 | 1100 | 101 | 101110 | 110111 | 1011010 |
Color Harmonies of #F3ECD6
Complementary color
Monochromatic Colors of #F3ECD6
Black with #F3ECD6
Text Example
Text Example
White with #F3ECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ECD6; }
p { color: rgb(243,236,214); }
H1.HeaderClassName
{
color: #F3ECD6;
}
.AnyTagClassName
{
color: #F3ECD6;
}
</style>
background-color css
<style>
a { background-color: #F3ECD6; }
a { background-color: rgb(243,236,214); }
div.DivClassName
{
background-color: #F3ECD6;
}
.BgClassName
{
background-color: #F3ECD6;
}
</style>
border-color css
<style>
span { border-color: #F3ECD6; }
span { border-color: rgb(243,236,214); }
td.TdClassName
{
border-color: #F3ECD6;
}
.TagClassName
{
border-color: #F3ECD6;
}
</style>