Html Css Color HEX #F2ECBF Corn Field

📋 copy color: '#F2ECBF'

red 242 ◦ green 236 ◦ blue 191

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

Shades of Corn Field #F2ECBF

Tints of Corn Field #F2ECBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 28.55%

R = 36.17%
G = 35.28%
B = 28.55%

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

#F2ECBF (or 0xF2ECBF) is known color: Corn Field. HEX triplet: F2, EC and BF. RGB value is (242,236,191). Sum of RGB (Red+Green+Blue) = 242+236+191=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 191 (75% from 255 or 28.55% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECBF is #0D1340. Grayscale: #E8E8E8. Windows color (decimal): -856897 or 12578034. OLE color: 12578034.

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

Color convert

RGB 242 236 191 -
CMYK 0 0.02 0.21 0.05
HSL 52.94º 0.66% 0.85% -
HSV(B) 52.94º 0.21% 0.95% -
XYZ 76.02 82.63 61.23 -
YUV 232.66 104.49 134.66 -
System Red Green Blue C M Y K H S L
Decimal 242 236 191 0 0.02 0.21 0.05 52.94 0.66 0.85
Hex F2 EC BF 0 2 15 5 35 42 55
Octal 362 354 277 0 2 25 5 65 102 125
Binary 11110010 11101100 10111111 0 10 10101 101 110101 1000010 1010101

Color Harmonies of #F2ECBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ECBF

Black with #F2ECBF

Text Example


Text Example

White with #F2ECBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ECBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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