Html Css Color HEX #F2ECC2 Corn Field

📋 copy color: '#F2ECC2'

red 242 ◦ green 236 ◦ blue 194

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

Shades of Corn Field #F2ECC2

Tints of Corn Field #F2ECC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 28.87%

R = 36.01%
G = 35.12%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F2ECC2 (or 0xF2ECC2) is known color: Corn Field. HEX triplet: F2, EC and C2. RGB value is (242,236,194). Sum of RGB (Red+Green+Blue) = 242+236+194=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 194 (76.17% from 255 or 28.87% from 672); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECC2 is #0D133D. Grayscale: #E9E9E9. Windows color (decimal): -856894 or 12774642. OLE color: 12774642.

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

Color convert

RGB 242 236 194 -
CMYK 0 0.02 0.20 0.05
HSL 52.5º 0.65% 0.85% -
HSV(B) 52.5º 0.2% 0.95% -
XYZ 76.35 82.76 62.99 -
YUV 233.01 105.99 134.42 -
System Red Green Blue C M Y K H S L
Decimal 242 236 194 0 0.02 0.20 0.05 52.5 0.65 0.85
Hex F2 EC C2 0 2 14 5 34 41 55
Octal 362 354 302 0 2 24 5 64 101 125
Binary 11110010 11101100 11000010 0 10 10100 101 110100 1000001 1010101

Color Harmonies of #F2ECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ECC2

Black with #F2ECC2

Text Example


Text Example

White with #F2ECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ECC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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