Html Css Color HEX #FCF5BA Corn Field

📋 copy color: '#FCF5BA'

red 252 ◦ green 245 ◦ blue 186

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

Shades of Corn Field #FCF5BA

Tints of Corn Field #FCF5BA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.87%

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

R = 36.9%
G = 35.87%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCF5BA (or 0xFCF5BA) is known color: Corn Field. HEX triplet: FC, F5 and BA. RGB value is (252,245,186). Sum of RGB (Red+Green+Blue) = 252+245+186=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 245 (96.09% from 255 or 35.87% from 683); Blue value is 186 (73.05% from 255 or 27.23% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF5BA is #030A45. Grayscale: #F0F0F0. Windows color (decimal): -199238 or 12252668. OLE color: 12252668.

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

Color convert

RGB 252 245 186 -
CMYK 0 0.03 0.26 0.01
HSL 53.64º 0.92% 0.86% -
HSV(B) 53.64º 0.26% 0.99% -
XYZ 81.66 89.55 59.43 -
YUV 240.37 97.32 136.3 -
System Red Green Blue C M Y K H S L
Decimal 252 245 186 0 0.03 0.26 0.01 53.64 0.92 0.86
Hex FC F5 BA 0 3 1A 1 36 5C 56
Octal 374 365 272 0 3 32 1 66 134 126
Binary 11111100 11110101 10111010 0 11 11010 1 110110 1011100 1010110

Color Harmonies of #FCF5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF5BA

Black with #FCF5BA

Text Example


Text Example

White with #FCF5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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