Html Css Color HEX #F2ECC1 Corn Field

📋 copy color: '#F2ECC1'

red 242 ◦ green 236 ◦ blue 193

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

Shades of Corn Field #F2ECC1

Tints of Corn Field #F2ECC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 28.76%

R = 36.07%
G = 35.17%
B = 28.76%

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

#F2ECC1 (or 0xF2ECC1) is known color: Corn Field. HEX triplet: F2, EC and C1. RGB value is (242,236,193). Sum of RGB (Red+Green+Blue) = 242+236+193=671 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.07% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 193 (75.78% from 255 or 28.76% from 671); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECC1 is #0D133E. Grayscale: #E9E9E9. Windows color (decimal): -856895 or 12709106. OLE color: 12709106.

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

Color convert

RGB 242 236 193 -
CMYK 0 0.02 0.20 0.05
HSL 52.65º 0.65% 0.85% -
HSV(B) 52.65º 0.2% 0.95% -
XYZ 76.24 82.72 62.4 -
YUV 232.89 105.49 134.5 -
System Red Green Blue C M Y K H S L
Decimal 242 236 193 0 0.02 0.20 0.05 52.65 0.65 0.85
Hex F2 EC C1 0 2 14 5 35 41 55
Octal 362 354 301 0 2 24 5 65 101 125
Binary 11110010 11101100 11000001 0 10 10100 101 110101 1000001 1010101

Color Harmonies of #F2ECC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ECC1

Black with #F2ECC1

Text Example


Text Example

White with #F2ECC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ECC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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