Html Css Color HEX #FCF1BF Corn Field

📋 copy color: '#FCF1BF'

red 252 ◦ green 241 ◦ blue 191

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

Shades of Corn Field #FCF1BF

Tints of Corn Field #FCF1BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 27.92%

R = 36.84%
G = 35.23%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FCF1BF (or 0xFCF1BF) is known color: Corn Field. HEX triplet: FC, F1 and BF. RGB value is (252,241,191). Sum of RGB (Red+Green+Blue) = 252+241+191=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 191 (75% from 255 or 27.92% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1BF is #030E40. Grayscale: #EEEEEE. Windows color (decimal): -200257 or 12579324. OLE color: 12579324.

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

Color convert

RGB 252 241 191 -
CMYK 0 0.04 0.24 0.01
HSL 49.18º 0.91% 0.87% -
HSV(B) 49.18º 0.24% 0.99% -
XYZ 81 87.37 61.88 -
YUV 238.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 252 241 191 0 0.04 0.24 0.01 49.18 0.91 0.87
Hex FC F1 BF 0 4 18 1 31 5B 57
Octal 374 361 277 0 4 30 1 61 133 127
Binary 11111100 11110001 10111111 0 100 11000 1 110001 1011011 1010111

Color Harmonies of #FCF1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1BF

Black with #FCF1BF

Text Example


Text Example

White with #FCF1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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