Html Css Color HEX #FCF1B9 Corn Field

📋 copy color: '#FCF1B9'

red 252 ◦ green 241 ◦ blue 185

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

Shades of Corn Field #FCF1B9

Tints of Corn Field #FCF1B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 27.29%

R = 37.17%
G = 35.55%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FCF1B9 (or 0xFCF1B9) is known color: Corn Field. HEX triplet: FC, F1 and B9. RGB value is (252,241,185). Sum of RGB (Red+Green+Blue) = 252+241+185=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 185 (72.66% from 255 or 27.29% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1B9 is #030E46. Grayscale: #EEEEEE. Windows color (decimal): -200263 or 12186108. OLE color: 12186108.

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

Color convert

RGB 252 241 185 -
CMYK 0 0.04 0.27 0.01
HSL 50.15º 0.92% 0.86% -
HSV(B) 50.15º 0.27% 0.99% -
XYZ 80.36 87.11 58.48 -
YUV 237.91 98.14 138.05 -
System Red Green Blue C M Y K H S L
Decimal 252 241 185 0 0.04 0.27 0.01 50.15 0.92 0.86
Hex FC F1 B9 0 4 1B 1 32 5C 56
Octal 374 361 271 0 4 33 1 62 134 126
Binary 11111100 11110001 10111001 0 100 11011 1 110010 1011100 1010110

Color Harmonies of #FCF1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1B9

Black with #FCF1B9

Text Example


Text Example

White with #FCF1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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