Html Css Color HEX #FCF0BB Corn Field

📋 copy color: '#FCF0BB'

red 252 ◦ green 240 ◦ blue 187

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

Shades of Corn Field #FCF0BB

Tints of Corn Field #FCF0BB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.35%

 BLUE value IS 187 (73.44% from 255) = 27.54%

R = 37.11%
G = 35.35%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCF0BB (or 0xFCF0BB) is known color: Corn Field. HEX triplet: FC, F0 and BB. RGB value is (252,240,187). Sum of RGB (Red+Green+Blue) = 252+240+187=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 187 (73.44% from 255 or 27.54% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0BB is #030F44. Grayscale: #EDEDED. Windows color (decimal): -200517 or 12316924. OLE color: 12316924.

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

Color convert

RGB 252 240 187 -
CMYK 0 0.05 0.26 0.01
HSL 48.92º 0.92% 0.86% -
HSV(B) 48.92º 0.26% 0.99% -
XYZ 80.27 86.6 59.5 -
YUV 237.55 99.48 138.31 -
System Red Green Blue C M Y K H S L
Decimal 252 240 187 0 0.05 0.26 0.01 48.92 0.92 0.86
Hex FC F0 BB 0 5 1A 1 31 5C 56
Octal 374 360 273 0 5 32 1 61 134 126
Binary 11111100 11110000 10111011 0 101 11010 1 110001 1011100 1010110

Color Harmonies of #FCF0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF0BB

Black with #FCF0BB

Text Example


Text Example

White with #FCF0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF0BB; }

 p { color: rgb(252,240,187); }

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

background-color css

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

 a { background-color: rgb(252,240,187); }

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

border-color css

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

 span { border-color: rgb(252,240,187); }

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