Html Css Color HEX #F2E0B4 Wheat

📋 copy color: '#F2E0B4'

red 242 ◦ green 224 ◦ blue 180

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

Shades of Wheat #F2E0B4

Tints of Wheat #F2E0B4

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.67%

 BLUE value IS 180 (70.7% from 255) = 27.86%

R = 37.46%
G = 34.67%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F2E0B4 (or 0xF2E0B4) is known color: Wheat. HEX triplet: F2, E0 and B4. RGB value is (242,224,180). Sum of RGB (Red+Green+Blue) = 242+224+180=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 224 (87.89% from 255 or 34.67% from 646); Blue value is 180 (70.70% from 255 or 27.86% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E0B4 is #0D1F4B. Grayscale: #E0E0E0. Windows color (decimal): -859980 or 11854066. OLE color: 11854066.

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

Color convert

RGB 242 224 180 -
CMYK 0 0.07 0.26 0.05
HSL 42.58º 0.7% 0.83% -
HSV(B) 42.58º 0.26% 0.95% -
XYZ 71.51 75.48 53.98 -
YUV 224.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 242 224 180 0 0.07 0.26 0.05 42.58 0.7 0.83
Hex F2 E0 B4 0 7 1A 5 2B 46 53
Octal 362 340 264 0 7 32 5 53 106 123
Binary 11110010 11100000 10110100 0 111 11010 101 101011 1000110 1010011

Color Harmonies of #F2E0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E0B4

Black with #F2E0B4

Text Example


Text Example

White with #F2E0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E0B4; }

 p { color: rgb(242,224,180); }

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

background-color css

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

 a { background-color: rgb(242,224,180); }

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

border-color css

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

 span { border-color: rgb(242,224,180); }

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