Html Css Color HEX #FCF0BA Corn Field

📋 copy color: '#FCF0BA'

red 252 ◦ green 240 ◦ blue 186

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

Shades of Corn Field #FCF0BA

Tints of Corn Field #FCF0BA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.4%

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

R = 37.17%
G = 35.4%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCF0BA (or 0xFCF0BA) is known color: Corn Field. HEX triplet: FC, F0 and BA. RGB value is (252,240,186). Sum of RGB (Red+Green+Blue) = 252+240+186=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 186 (73.05% from 255 or 27.43% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0BA is #030F45. Grayscale: #EDEDED. Windows color (decimal): -200518 or 12251388. OLE color: 12251388.

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

Color convert

RGB 252 240 186 -
CMYK 0 0.05 0.26 0.01
HSL 49.09º 0.92% 0.86% -
HSV(B) 49.09º 0.26% 0.99% -
XYZ 80.17 86.56 58.94 -
YUV 237.43 98.98 138.39 -
System Red Green Blue C M Y K H S L
Decimal 252 240 186 0 0.05 0.26 0.01 49.09 0.92 0.86
Hex FC F0 BA 0 5 1A 1 31 5C 56
Octal 374 360 272 0 5 32 1 61 134 126
Binary 11111100 11110000 10111010 0 101 11010 1 110001 1011100 1010110

Color Harmonies of #FCF0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0BA

Black with #FCF0BA

Text Example


Text Example

White with #FCF0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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