Html Css Color HEX #F0E0D1 Spring Wood

📋 copy color: '#F0E0D1'

red 240 ◦ green 224 ◦ blue 209

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

Shades of Spring Wood #F0E0D1

Tints of Spring Wood #F0E0D1

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.28%

 BLUE value IS 209 (82.03% from 255) = 31.05%

R = 35.66%
G = 33.28%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F0E0D1 (or 0xF0E0D1) is known color: Spring Wood. HEX triplet: F0, E0 and D1. RGB value is (240,224,209). Sum of RGB (Red+Green+Blue) = 240+224+209=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 224 (87.89% from 255 or 33.28% from 673); Blue value is 209 (82.03% from 255 or 31.05% from 673); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E0D1 is #0F1F2E. Grayscale: #E3E3E3. Windows color (decimal): -991023 or 13754608. OLE color: 13754608.

HSL color Cylindrical-coordinate representation of color #F0E0D1: hue angle of 29.03º degrees, saturation: 0.51, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0E0D1 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 224 209 -
CMYK 0 0.07 0.13 0.06
HSL 29.03º 0.51% 0.88% -
HSV(B) 29.03º 0.13% 0.94% -
XYZ 74.1 76.44 71.17 -
YUV 227.07 117.8 137.22 -
System Red Green Blue C M Y K H S L
Decimal 240 224 209 0 0.07 0.13 0.06 29.03 0.51 0.88
Hex F0 E0 D1 0 7 D 6 1D 33 58
Octal 360 340 321 0 7 15 6 35 63 130
Binary 11110000 11100000 11010001 0 111 1101 110 11101 110011 1011000

Color Harmonies of #F0E0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E0D1

Black with #F0E0D1

Text Example


Text Example

White with #F0E0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E0D1; }

 p { color: rgb(240,224,209); }

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

background-color css

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

 a { background-color: rgb(240,224,209); }

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

border-color css

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

 span { border-color: rgb(240,224,209); }

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