Html Css Color HEX #F2ECBE Corn Field

📋 copy color: '#F2ECBE'

red 242 ◦ green 236 ◦ blue 190

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

Shades of Corn Field #F2ECBE

Tints of Corn Field #F2ECBE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.33%

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

R = 36.23%
G = 35.33%
B = 28.44%

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

#F2ECBE (or 0xF2ECBE) is known color: Corn Field. HEX triplet: F2, EC and BE. RGB value is (242,236,190). Sum of RGB (Red+Green+Blue) = 242+236+190=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 236 (92.58% from 255 or 35.33% from 668); Blue value is 190 (74.61% from 255 or 28.44% from 668); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECBE is #0D1341. Grayscale: #E8E8E8. Windows color (decimal): -856898 or 12512498. OLE color: 12512498.

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

Color convert

RGB 242 236 190 -
CMYK 0 0.02 0.21 0.05
HSL 53.08º 0.67% 0.85% -
HSV(B) 53.08º 0.21% 0.95% -
XYZ 75.91 82.59 60.66 -
YUV 232.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 242 236 190 0 0.02 0.21 0.05 53.08 0.67 0.85
Hex F2 EC BE 0 2 15 5 35 43 55
Octal 362 354 276 0 2 25 5 65 103 125
Binary 11110010 11101100 10111110 0 10 10101 101 110101 1000011 1010101

Color Harmonies of #F2ECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ECBE

Black with #F2ECBE

Text Example


Text Example

White with #F2ECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ECBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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