Html Css Color HEX #F1E5D8 Spring Wood

📋 copy color: '#F1E5D8'

red 241 ◦ green 229 ◦ blue 216

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

Shades of Spring Wood #F1E5D8

Tints of Spring Wood #F1E5D8

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.38%

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

R = 35.13%
G = 33.38%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F1E5D8 (or 0xF1E5D8) is known color: Spring Wood. HEX triplet: F1, E5 and D8. RGB value is (241,229,216). Sum of RGB (Red+Green+Blue) = 241+229+216=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 216 (84.77% from 255 or 31.49% from 686); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E5D8 is #0E1A27. Grayscale: #E7E7E7. Windows color (decimal): -924200 or 14214641. OLE color: 14214641.

HSL color Cylindrical-coordinate representation of color #F1E5D8: hue angle of 31.2º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1E5D8 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 229 216 -
CMYK 0 0.05 0.10 0.05
HSL 31.2º 0.47% 0.9% -
HSV(B) 31.2º 0.1% 0.95% -
XYZ 76.69 79.7 76.31 -
YUV 231.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 241 229 216 0 0.05 0.10 0.05 31.2 0.47 0.9
Hex F1 E5 D8 0 5 A 5 1F 2F 5A
Octal 361 345 330 0 5 12 5 37 57 132
Binary 11110001 11100101 11011000 0 101 1010 101 11111 101111 1011010

Color Harmonies of #F1E5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E5D8

Black with #F1E5D8

Text Example


Text Example

White with #F1E5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E5D8; }

 p { color: rgb(241,229,216); }

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

background-color css

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

 a { background-color: rgb(241,229,216); }

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

border-color css

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

 span { border-color: rgb(241,229,216); }

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