#F0EBDA

Color #F0EBDA Orchid White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid White #F0EBDA

Tints of Orchid White #F0EBDA

Color information

#F0EBDA (or 0xF0EBDA) is unknown color: approx Orchid White. HEX triplet: F0, EB and DA. RGB value is (240,235,218). Sum of RGB (Red+Green+Blue) = 240+235+218=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 235 (92.19% from 255 or 33.91% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EBDA is #0F1425. Grayscale: #EAEAEA. Windows color (decimal): -988198 or 14347248. OLE color: 14347248.

HSL color Cylindrical-coordinate representation of color #F0EBDA: hue angle of 46.36º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0EBDA is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB240235218-
CMYK00.020.090.06
HSL46.36º42.31%89.8%-
HSV(B)46.36º9.17%94.12%-
XYZ78.38378.22-
YUV234.56118.66131.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 34.63%
GREEN value IS 235 (92.19% from 255) = 33.91%
BLUE value IS 218 (85.55% from 255) = 31.46%
R=34.63%
G=33.91%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023521800.020.090.0646.3642.3189.8
HexF0EBDA02962e2a5a
Octal360353332021165652132
Binary11110000111010111101101001010011101011101010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EBDA; }

 p { color: rgb(240,235,218); }

 H1.HeaderClassName
 {
   color: #F0EBDA;
 }
 .AnyTagClassName
 {
   color: #F0EBDA;
 }
</style>
background-color css

<style>
 a { background-color: #F0EBDA; }

 a { background-color: rgb(240,235,218); }

 div.DivClassName
 {
   background-color: #F0EBDA;
 }
 .BgClassName
 {
   background-color: #F0EBDA;
 }
</style>
border-color css

<style>
 span { border-color: #F0EBDA; }

 span { border-color: rgb(240,235,218); }

 td.TdClassName
 {
   border-color: #F0EBDA;
 }
 .TagClassName
 {
   border-color: #F0EBDA;
 }
</style>