Html Css Color HEX #F0EAD8 Orchid White

📋 copy color: '#F0EAD8'

red 240 ◦ green 234 ◦ blue 216

#F0EAD8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid White #F0EAD8

Tints of Orchid White #F0EAD8

RGB

 RED value IS 240 (94.14% from 255) = 34.78%

 GREEN value IS 234 (91.8% from 255) = 33.91%

 BLUE value IS 216 (84.77% from 255) = 31.3%

R = 34.78%
G = 33.91%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.1

 K value IS 0.06

RGB Variations

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

Color information

#F0EAD8 (or 0xF0EAD8) is known color: Orchid White. HEX triplet: F0, EA and D8. RGB value is (240,234,216). Sum of RGB (Red+Green+Blue) = 240+234+216=690 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.78% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 216 (84.77% from 255 or 31.30% from 690); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EAD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EAD8 is #0F1527. Grayscale: #E9E9E9. Windows color (decimal): -988456 or 14215920. OLE color: 14215920.

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

Color convert

RGB 240 234 216 -
CMYK 0 0.02 0.1 0.06
HSL 45º 0.44% 0.89% -
HSV(B) 45º 0.1% 0.94% -
XYZ 77.75 82.33 76.76 -
YUV 233.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 240 234 216 0 0.02 0.1 0.06 45 0.44 0.89
Hex F0 EA D8 0 2 A 6 2D 2C 59
Octal 360 352 330 0 2 12 6 55 54 131
Binary 11110000 11101010 11011000 0 10 1010 110 101101 101100 1011001

Color Harmonies of #F0EAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EAD8

Black with #F0EAD8

Text Example


Text Example

White with #F0EAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EAD8; }

 p { color: rgb(240,234,216); }

 H1.HeaderClassName
 {
   color: #F0EAD8;
 }
 .AnyTagClassName
 {
   color: #F0EAD8;
 }
</style>

background-color css

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

 a { background-color: rgb(240,234,216); }

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

border-color css

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

 span { border-color: rgb(240,234,216); }

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