Html Css Color HEX #FBF0BA Corn Field

📋 copy color: '#FBF0BA'

red 251 ◦ green 240 ◦ blue 186

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

Shades of Corn Field #FBF0BA

Tints of Corn Field #FBF0BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 27.47%

R = 37.08%
G = 35.45%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FBF0BA (or 0xFBF0BA) is known color: Corn Field. HEX triplet: FB, F0 and BA. RGB value is (251,240,186). Sum of RGB (Red+Green+Blue) = 251+240+186=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 240 (94.14% from 255 or 35.45% from 677); Blue value is 186 (73.05% from 255 or 27.47% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0BA is #040F45. Grayscale: #EDEDED. Windows color (decimal): -266054 or 12251387. OLE color: 12251387.

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

Color convert

RGB 251 240 186 -
CMYK 0 0.04 0.26 0.02
HSL 49.85º 0.89% 0.86% -
HSV(B) 49.85º 0.26% 0.98% -
XYZ 79.81 86.37 58.92 -
YUV 237.13 99.14 137.89 -
System Red Green Blue C M Y K H S L
Decimal 251 240 186 0 0.04 0.26 0.02 49.85 0.89 0.86
Hex FB F0 BA 0 4 1A 2 32 59 56
Octal 373 360 272 0 4 32 2 62 131 126
Binary 11111011 11110000 10111010 0 100 11010 10 110010 1011001 1010110

Color Harmonies of #FBF0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF0BA

Black with #FBF0BA

Text Example


Text Example

White with #FBF0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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