Html Css Color HEX #FCF1BA Corn Field

📋 copy color: '#FCF1BA'

red 252 ◦ green 241 ◦ blue 186

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

Shades of Corn Field #FCF1BA

Tints of Corn Field #FCF1BA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.49%

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

R = 37.11%
G = 35.49%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCF1BA (or 0xFCF1BA) is known color: Corn Field. HEX triplet: FC, F1 and BA. RGB value is (252,241,186). Sum of RGB (Red+Green+Blue) = 252+241+186=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 186 (73.05% from 255 or 27.39% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1BA is #030E45. Grayscale: #EEEEEE. Windows color (decimal): -200262 or 12251644. OLE color: 12251644.

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

Color convert

RGB 252 241 186 -
CMYK 0 0.04 0.26 0.01
HSL 50º 0.92% 0.86% -
HSV(B) 50º 0.26% 0.99% -
XYZ 80.46 87.15 59.04 -
YUV 238.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 252 241 186 0 0.04 0.26 0.01 50 0.92 0.86
Hex FC F1 BA 0 4 1A 1 32 5C 56
Octal 374 361 272 0 4 32 1 62 134 126
Binary 11111100 11110001 10111010 0 100 11010 1 110010 1011100 1010110

Color Harmonies of #FCF1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1BA

Black with #FCF1BA

Text Example


Text Example

White with #FCF1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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