Html Css Color HEX #FFF6C2 Corn Field

📋 copy color: '#FFF6C2'

red 255 ◦ green 246 ◦ blue 194

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

Shades of Corn Field #FFF6C2

Tints of Corn Field #FFF6C2

RGB

 RED value IS 255 (100% from 255) = 36.69%

 GREEN value IS 246 (96.48% from 255) = 35.4%

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

R = 36.69%
G = 35.4%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FFF6C2 (or 0xFFF6C2) is known color: Corn Field. HEX triplet: FF, F6 and C2. RGB value is (255,246,194). Sum of RGB (Red+Green+Blue) = 255+246+194=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 246 (96.48% from 255 or 35.40% from 695); Blue value is 194 (76.17% from 255 or 27.91% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6C2 is #00093D. Grayscale: #F2F2F2. Windows color (decimal): -2366 or 12777215. OLE color: 12777215.

HSL color Cylindrical-coordinate representation of color #FFF6C2: hue angle of 51.15º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFF6C2 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 255 246 194 -
CMYK 0 0.04 0.24 0
HSL 51.15º 1% 0.88% -
HSV(B) 51.15º 0.24% 1% -
XYZ 83.93 91.07 64.19 -
YUV 242.76 100.48 136.73 -
System Red Green Blue C M Y K H S L
Decimal 255 246 194 0 0.04 0.24 0 51.15 1 0.88
Hex FF F6 C2 0 4 18 0 33 64 58
Octal 377 366 302 0 4 30 0 63 144 130
Binary 11111111 11110110 11000010 0 100 11000 0 110011 1100100 1011000

Color Harmonies of #FFF6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF6C2

Black with #FFF6C2

Text Example


Text Example

White with #FFF6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF6C2; }

 p { color: rgb(255,246,194); }

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

background-color css

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

 a { background-color: rgb(255,246,194); }

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

border-color css

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

 span { border-color: rgb(255,246,194); }

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