Html Css Color HEX #F1E1D3 Spring Wood

📋 copy color: '#F1E1D3'

red 241 ◦ green 225 ◦ blue 211

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

Shades of Spring Wood #F1E1D3

Tints of Spring Wood #F1E1D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 31.17%

R = 35.6%
G = 33.23%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F1E1D3 (or 0xF1E1D3) is known color: Spring Wood. HEX triplet: F1, E1 and D3. RGB value is (241,225,211). Sum of RGB (Red+Green+Blue) = 241+225+211=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 225 (88.28% from 255 or 33.23% from 677); Blue value is 211 (82.81% from 255 or 31.17% from 677); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E1D3 is #0E1E2C. Grayscale: #E4E4E4. Windows color (decimal): -925229 or 13885937. OLE color: 13885937.

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

Color convert

RGB 241 225 211 -
CMYK 0 0.07 0.12 0.05
HSL 28º 0.52% 0.89% -
HSV(B) 28º 0.12% 0.95% -
XYZ 74.96 77.25 72.59 -
YUV 228.19 118.3 137.14 -
System Red Green Blue C M Y K H S L
Decimal 241 225 211 0 0.07 0.12 0.05 28 0.52 0.89
Hex F1 E1 D3 0 7 C 5 1C 34 59
Octal 361 341 323 0 7 14 5 34 64 131
Binary 11110001 11100001 11010011 0 111 1100 101 11100 110100 1011001

Color Harmonies of #F1E1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E1D3

Black with #F1E1D3

Text Example


Text Example

White with #F1E1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E1D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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