Html Css Color HEX #F0DFD1 Spring Wood

📋 copy color: '#F0DFD1'

red 240 ◦ green 223 ◦ blue 209

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

Shades of Spring Wood #F0DFD1

Tints of Spring Wood #F0DFD1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.18%

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

R = 35.71%
G = 33.18%
B = 31.1%

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

#F0DFD1 (or 0xF0DFD1) is known color: Spring Wood. HEX triplet: F0, DF and D1. RGB value is (240,223,209). Sum of RGB (Red+Green+Blue) = 240+223+209=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 209 (82.03% from 255 or 31.10% from 672); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFD1 is #0F202E. Grayscale: #E2E2E2. Windows color (decimal): -991279 or 13754352. OLE color: 13754352.

HSL color Cylindrical-coordinate representation of color #F0DFD1: hue angle of 27.1º 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 #F0DFD1 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 223 209 -
CMYK 0 0.07 0.13 0.06
HSL 27.1º 0.51% 0.88% -
HSV(B) 27.1º 0.13% 0.94% -
XYZ 73.83 75.9 71.08 -
YUV 226.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 240 223 209 0 0.07 0.13 0.06 27.1 0.51 0.88
Hex F0 DF D1 0 7 D 6 1B 33 58
Octal 360 337 321 0 7 15 6 33 63 130
Binary 11110000 11011111 11010001 0 111 1101 110 11011 110011 1011000

Color Harmonies of #F0DFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DFD1

Black with #F0DFD1

Text Example


Text Example

White with #F0DFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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