Html Css Color HEX #F2E2D1 Spring Wood

📋 copy color: '#F2E2D1'

red 242 ◦ green 226 ◦ blue 209

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

Shades of Spring Wood #F2E2D1

Tints of Spring Wood #F2E2D1

RGB

 RED value IS 242 (94.92% from 255) = 35.75%

 GREEN value IS 226 (88.67% from 255) = 33.38%

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

R = 35.75%
G = 33.38%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F2E2D1 (or 0xF2E2D1) is known color: Spring Wood. HEX triplet: F2, E2 and D1. RGB value is (242,226,209). Sum of RGB (Red+Green+Blue) = 242+226+209=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 226 (88.67% from 255 or 33.38% from 677); Blue value is 209 (82.03% from 255 or 30.87% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2D1 is #0D1D2E. Grayscale: #E4E4E4. Windows color (decimal): -859439 or 13755122. OLE color: 13755122.

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

Color convert

RGB 242 226 209 -
CMYK 0 0.07 0.14 0.05
HSL 30.91º 0.56% 0.88% -
HSV(B) 30.91º 0.14% 0.95% -
XYZ 75.32 77.87 71.38 -
YUV 228.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 242 226 209 0 0.07 0.14 0.05 30.91 0.56 0.88
Hex F2 E2 D1 0 7 E 5 1F 38 58
Octal 362 342 321 0 7 16 5 37 70 130
Binary 11110010 11100010 11010001 0 111 1110 101 11111 111000 1011000

Color Harmonies of #F2E2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E2D1

Black with #F2E2D1

Text Example


Text Example

White with #F2E2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E2D1; }

 p { color: rgb(242,226,209); }

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

background-color css

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

 a { background-color: rgb(242,226,209); }

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

border-color css

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

 span { border-color: rgb(242,226,209); }

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