Html Css Color HEX #FCF4BE Corn Field

📋 copy color: '#FCF4BE'

red 252 ◦ green 244 ◦ blue 190

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

Shades of Corn Field #FCF4BE

Tints of Corn Field #FCF4BE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 35.57%

 BLUE value IS 190 (74.61% from 255) = 27.7%

R = 36.73%
G = 35.57%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCF4BE (or 0xFCF4BE) is known color: Corn Field. HEX triplet: FC, F4 and BE. RGB value is (252,244,190). Sum of RGB (Red+Green+Blue) = 252+244+190=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 244 (95.70% from 255 or 35.57% from 686); Blue value is 190 (74.61% from 255 or 27.70% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF4BE is #030B41. Grayscale: #F0F0F0. Windows color (decimal): -199490 or 12514556. OLE color: 12514556.

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

Color convert

RGB 252 244 190 -
CMYK 0 0.03 0.25 0.01
HSL 52.26º 0.91% 0.87% -
HSV(B) 52.26º 0.25% 0.99% -
XYZ 81.79 89.11 61.61 -
YUV 240.24 99.65 136.39 -
System Red Green Blue C M Y K H S L
Decimal 252 244 190 0 0.03 0.25 0.01 52.26 0.91 0.87
Hex FC F4 BE 0 3 19 1 34 5B 57
Octal 374 364 276 0 3 31 1 64 133 127
Binary 11111100 11110100 10111110 0 11 11001 1 110100 1011011 1010111

Color Harmonies of #FCF4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF4BE

Black with #FCF4BE

Text Example


Text Example

White with #FCF4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF4BE; }

 p { color: rgb(252,244,190); }

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

background-color css

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

 a { background-color: rgb(252,244,190); }

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

border-color css

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

 span { border-color: rgb(252,244,190); }

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