Html Css Color HEX #FBF0BE Corn Field

📋 copy color: '#FBF0BE'

red 251 ◦ green 240 ◦ blue 190

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

Shades of Corn Field #FBF0BE

Tints of Corn Field #FBF0BE

RGB

 RED value IS 251 (98.44% from 255) = 36.86%

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

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

R = 36.86%
G = 35.24%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FBF0BE (or 0xFBF0BE) is known color: Corn Field. HEX triplet: FB, F0 and BE. RGB value is (251,240,190). Sum of RGB (Red+Green+Blue) = 251+240+190=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 190 (74.61% from 255 or 27.90% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0BE is #040F41. Grayscale: #EDEDED. Windows color (decimal): -266050 or 12513531. OLE color: 12513531.

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

Color convert

RGB 251 240 190 -
CMYK 0 0.04 0.24 0.02
HSL 49.18º 0.88% 0.86% -
HSV(B) 49.18º 0.24% 0.98% -
XYZ 80.24 86.55 61.19 -
YUV 237.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 251 240 190 0 0.04 0.24 0.02 49.18 0.88 0.86
Hex FB F0 BE 0 4 18 2 31 58 56
Octal 373 360 276 0 4 30 2 61 130 126
Binary 11111011 11110000 10111110 0 100 11000 10 110001 1011000 1010110

Color Harmonies of #FBF0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF0BE

Black with #FBF0BE

Text Example


Text Example

White with #FBF0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF0BE; }

 p { color: rgb(251,240,190); }

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

background-color css

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

 a { background-color: rgb(251,240,190); }

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

border-color css

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

 span { border-color: rgb(251,240,190); }

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