Html Css Color HEX #FCF1B7 Corn Field

📋 copy color: '#FCF1B7'

red 252 ◦ green 241 ◦ blue 183

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

Shades of Corn Field #FCF1B7

Tints of Corn Field #FCF1B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 27.07%

R = 37.28%
G = 35.65%
B = 27.07%

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

#FCF1B7 (or 0xFCF1B7) is known color: Corn Field. HEX triplet: FC, F1 and B7. RGB value is (252,241,183). Sum of RGB (Red+Green+Blue) = 252+241+183=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 241 (94.53% from 255 or 35.65% from 676); Blue value is 183 (71.88% from 255 or 27.07% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1B7 is #030E48. Grayscale: #EDEDED. Windows color (decimal): -200265 or 12055036. OLE color: 12055036.

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

Color convert

RGB 252 241 183 -
CMYK 0 0.04 0.27 0.01
HSL 50.43º 0.92% 0.85% -
HSV(B) 50.43º 0.27% 0.99% -
XYZ 80.15 87.02 57.37 -
YUV 237.68 97.14 138.22 -
System Red Green Blue C M Y K H S L
Decimal 252 241 183 0 0.04 0.27 0.01 50.43 0.92 0.85
Hex FC F1 B7 0 4 1B 1 32 5C 55
Octal 374 361 267 0 4 33 1 62 134 125
Binary 11111100 11110001 10110111 0 100 11011 1 110010 1011100 1010101

Color Harmonies of #FCF1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1B7

Black with #FCF1B7

Text Example


Text Example

White with #FCF1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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