Html Css Color HEX #FCF6C0 Corn Field

📋 copy color: '#FCF6C0'

red 252 ◦ green 246 ◦ blue 192

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

Shades of Corn Field #FCF6C0

Tints of Corn Field #FCF6C0

RGB

 RED value IS 252 (98.83% from 255) = 36.52%

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

 BLUE value IS 192 (75.39% from 255) = 27.83%

R = 36.52%
G = 35.65%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FCF6C0 (or 0xFCF6C0) is known color: Corn Field. HEX triplet: FC, F6 and C0. RGB value is (252,246,192). Sum of RGB (Red+Green+Blue) = 252+246+192=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 246 (96.48% from 255 or 35.65% from 690); Blue value is 192 (75.39% from 255 or 27.83% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF6C0 is #03093F. Grayscale: #F1F1F1. Windows color (decimal): -198976 or 12646140. OLE color: 12646140.

HSL color Cylindrical-coordinate representation of color #FCF6C0: hue angle of 54º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCF6C0 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 246 192 -
CMYK 0 0.02 0.24 0.01
HSL 54º 0.91% 0.87% -
HSV(B) 54º 0.24% 0.99% -
XYZ 82.62 90.41 62.97 -
YUV 241.64 99.99 135.39 -
System Red Green Blue C M Y K H S L
Decimal 252 246 192 0 0.02 0.24 0.01 54 0.91 0.87
Hex FC F6 C0 0 2 18 1 36 5B 57
Octal 374 366 300 0 2 30 1 66 133 127
Binary 11111100 11110110 11000000 0 10 11000 1 110110 1011011 1010111

Color Harmonies of #FCF6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF6C0

Black with #FCF6C0

Text Example


Text Example

White with #FCF6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF6C0; }

 p { color: rgb(252,246,192); }

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

background-color css

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

 a { background-color: rgb(252,246,192); }

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

border-color css

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

 span { border-color: rgb(252,246,192); }

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