Html Css Color HEX #F2EDBE Corn Field

📋 copy color: '#F2EDBE'

red 242 ◦ green 237 ◦ blue 190

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

Shades of Corn Field #F2EDBE

Tints of Corn Field #F2EDBE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.43%

 BLUE value IS 190 (74.61% from 255) = 28.4%

R = 36.17%
G = 35.43%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F2EDBE (or 0xF2EDBE) is known color: Corn Field. HEX triplet: F2, ED and BE. RGB value is (242,237,190). Sum of RGB (Red+Green+Blue) = 242+237+190=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 190 (74.61% from 255 or 28.40% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDBE is #0D1241. Grayscale: #E9E9E9. Windows color (decimal): -856642 or 12512754. OLE color: 12512754.

HSL color Cylindrical-coordinate representation of color #F2EDBE: hue angle of 54.23º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2EDBE is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 237 190 -
CMYK 0 0.02 0.21 0.05
HSL 54.23º 0.67% 0.85% -
HSV(B) 54.23º 0.21% 0.95% -
XYZ 76.2 83.16 60.75 -
YUV 233.14 103.66 134.32 -
System Red Green Blue C M Y K H S L
Decimal 242 237 190 0 0.02 0.21 0.05 54.23 0.67 0.85
Hex F2 ED BE 0 2 15 5 36 43 55
Octal 362 355 276 0 2 25 5 66 103 125
Binary 11110010 11101101 10111110 0 10 10101 101 110110 1000011 1010101

Color Harmonies of #F2EDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EDBE

Black with #F2EDBE

Text Example


Text Example

White with #F2EDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EDBE; }

 p { color: rgb(242,237,190); }

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

background-color css

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

 a { background-color: rgb(242,237,190); }

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

border-color css

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

 span { border-color: rgb(242,237,190); }

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