Html Css Color HEX #F2EDC0 Corn Field

📋 copy color: '#F2EDC0'

red 242 ◦ green 237 ◦ blue 192

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

Shades of Corn Field #F2EDC0

Tints of Corn Field #F2EDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 28.61%

R = 36.07%
G = 35.32%
B = 28.61%

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

#F2EDC0 (or 0xF2EDC0) is known color: Corn Field. HEX triplet: F2, ED and C0. RGB value is (242,237,192). Sum of RGB (Red+Green+Blue) = 242+237+192=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 237 (92.97% from 255 or 35.32% from 671); Blue value is 192 (75.39% from 255 or 28.61% from 671); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EDC0 is #0D123F. Grayscale: #E9E9E9. Windows color (decimal): -856640 or 12643826. OLE color: 12643826.

HSL color Cylindrical-coordinate representation of color #F2EDC0: hue angle of 54º degrees, saturation: 0.66, 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 #F2EDC0 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 237 192 -
CMYK 0 0.02 0.21 0.05
HSL 54º 0.66% 0.85% -
HSV(B) 54º 0.21% 0.95% -
XYZ 76.42 83.25 61.91 -
YUV 233.37 104.66 134.16 -
System Red Green Blue C M Y K H S L
Decimal 242 237 192 0 0.02 0.21 0.05 54 0.66 0.85
Hex F2 ED C0 0 2 15 5 36 42 55
Octal 362 355 300 0 2 25 5 66 102 125
Binary 11110010 11101101 11000000 0 10 10101 101 110110 1000010 1010101

Color Harmonies of #F2EDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EDC0

Black with #F2EDC0

Text Example


Text Example

White with #F2EDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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