Html Css Color HEX #FCF6BA Corn Field

📋 copy color: '#FCF6BA'

red 252 ◦ green 246 ◦ blue 186

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

Shades of Corn Field #FCF6BA

Tints of Corn Field #FCF6BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 27.19%

R = 36.84%
G = 35.96%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCF6BA (or 0xFCF6BA) is known color: Corn Field. HEX triplet: FC, F6 and BA. RGB value is (252,246,186). Sum of RGB (Red+Green+Blue) = 252+246+186=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 246 (96.48% from 255 or 35.96% from 684); Blue value is 186 (73.05% from 255 or 27.19% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF6BA is #030945. Grayscale: #F1F1F1. Windows color (decimal): -198982 or 12252924. OLE color: 12252924.

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

Color convert

RGB 252 246 186 -
CMYK 0 0.02 0.26 0.01
HSL 54.55º 0.92% 0.86% -
HSV(B) 54.55º 0.26% 0.99% -
XYZ 81.96 90.15 59.54 -
YUV 240.95 96.99 135.88 -
System Red Green Blue C M Y K H S L
Decimal 252 246 186 0 0.02 0.26 0.01 54.55 0.92 0.86
Hex FC F6 BA 0 2 1A 1 37 5C 56
Octal 374 366 272 0 2 32 1 67 134 126
Binary 11111100 11110110 10111010 0 10 11010 1 110111 1011100 1010110

Color Harmonies of #FCF6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF6BA

Black with #FCF6BA

Text Example


Text Example

White with #FCF6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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