Html Css Color HEX #F2EEC5 Corn Field

📋 copy color: '#F2EEC5'

red 242 ◦ green 238 ◦ blue 197

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

Shades of Corn Field #F2EEC5

Tints of Corn Field #F2EEC5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.16%

 BLUE value IS 197 (77.34% from 255) = 29.1%

R = 35.75%
G = 35.16%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F2EEC5 (or 0xF2EEC5) is known color: Corn Field. HEX triplet: F2, EE and C5. RGB value is (242,238,197). Sum of RGB (Red+Green+Blue) = 242+238+197=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 197 (77.34% from 255 or 29.10% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EEC5 is #0D113A. Grayscale: #EAEAEA. Windows color (decimal): -856379 or 12971762. OLE color: 12971762.

HSL color Cylindrical-coordinate representation of color #F2EEC5: hue angle of 54.67º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2EEC5 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 238 197 -
CMYK 0 0.02 0.19 0.05
HSL 54.67º 0.63% 0.86% -
HSV(B) 54.67º 0.19% 0.95% -
XYZ 77.27 84.06 64.98 -
YUV 234.52 106.83 133.33 -
System Red Green Blue C M Y K H S L
Decimal 242 238 197 0 0.02 0.19 0.05 54.67 0.63 0.86
Hex F2 EE C5 0 2 13 5 37 3F 56
Octal 362 356 305 0 2 23 5 67 77 126
Binary 11110010 11101110 11000101 0 10 10011 101 110111 111111 1010110

Color Harmonies of #F2EEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EEC5

Black with #F2EEC5

Text Example


Text Example

White with #F2EEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EEC5; }

 p { color: rgb(242,238,197); }

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

background-color css

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

 a { background-color: rgb(242,238,197); }

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

border-color css

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

 span { border-color: rgb(242,238,197); }

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