Html Css Color HEX #FCF8BE Corn Field

📋 copy color: '#FCF8BE'

red 252 ◦ green 248 ◦ blue 190

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

Shades of Corn Field #FCF8BE

Tints of Corn Field #FCF8BE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.94%

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

R = 36.52%
G = 35.94%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCF8BE (or 0xFCF8BE) is known color: Corn Field. HEX triplet: FC, F8 and BE. RGB value is (252,248,190). Sum of RGB (Red+Green+Blue) = 252+248+190=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 248 (97.27% from 255 or 35.94% from 690); Blue value is 190 (74.61% from 255 or 27.54% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF8BE is #030741. Grayscale: #F2F2F2. Windows color (decimal): -198466 or 12515580. OLE color: 12515580.

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

Color convert

RGB 252 248 190 -
CMYK 0 0.02 0.25 0.01
HSL 56.13º 0.91% 0.87% -
HSV(B) 56.13º 0.25% 0.99% -
XYZ 83.01 91.55 62.01 -
YUV 242.58 98.33 134.72 -
System Red Green Blue C M Y K H S L
Decimal 252 248 190 0 0.02 0.25 0.01 56.13 0.91 0.87
Hex FC F8 BE 0 2 19 1 38 5B 57
Octal 374 370 276 0 2 31 1 70 133 127
Binary 11111100 11111000 10111110 0 10 11001 1 111000 1011011 1010111

Color Harmonies of #FCF8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF8BE

Black with #FCF8BE

Text Example


Text Example

White with #FCF8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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