Html Css Color HEX #F1E1D1 Spring Wood

📋 copy color: '#F1E1D1'

red 241 ◦ green 225 ◦ blue 209

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

Shades of Spring Wood #F1E1D1

Tints of Spring Wood #F1E1D1

RGB

 RED value IS 241 (94.53% from 255) = 35.7%

 GREEN value IS 225 (88.28% from 255) = 33.33%

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

R = 35.7%
G = 33.33%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F1E1D1 (or 0xF1E1D1) is known color: Spring Wood. HEX triplet: F1, E1 and D1. RGB value is (241,225,209). Sum of RGB (Red+Green+Blue) = 241+225+209=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 225 (88.28% from 255 or 33.33% from 675); Blue value is 209 (82.03% from 255 or 30.96% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E1D1 is #0E1E2E. Grayscale: #E4E4E4. Windows color (decimal): -925231 or 13754865. OLE color: 13754865.

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

Color convert

RGB 241 225 209 -
CMYK 0 0.07 0.13 0.05
HSL 30º 0.53% 0.88% -
HSV(B) 30º 0.13% 0.95% -
XYZ 74.71 77.15 71.28 -
YUV 227.96 117.3 137.3 -
System Red Green Blue C M Y K H S L
Decimal 241 225 209 0 0.07 0.13 0.05 30 0.53 0.88
Hex F1 E1 D1 0 7 D 5 1E 35 58
Octal 361 341 321 0 7 15 5 36 65 130
Binary 11110001 11100001 11010001 0 111 1101 101 11110 110101 1011000

Color Harmonies of #F1E1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E1D1

Black with #F1E1D1

Text Example


Text Example

White with #F1E1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E1D1; }

 p { color: rgb(241,225,209); }

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

background-color css

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

 a { background-color: rgb(241,225,209); }

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

border-color css

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

 span { border-color: rgb(241,225,209); }

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