Html Css Color HEX #FBF5BA Corn Field

📋 copy color: '#FBF5BA'

red 251 ◦ green 245 ◦ blue 186

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

Shades of Corn Field #FBF5BA

Tints of Corn Field #FBF5BA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.92%

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

R = 36.8%
G = 35.92%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FBF5BA (or 0xFBF5BA) is known color: Corn Field. HEX triplet: FB, F5 and BA. RGB value is (251,245,186). Sum of RGB (Red+Green+Blue) = 251+245+186=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 245 (96.09% from 255 or 35.92% from 682); Blue value is 186 (73.05% from 255 or 27.27% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF5BA is #040A45. Grayscale: #F0F0F0. Windows color (decimal): -264774 or 12252667. OLE color: 12252667.

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

Color convert

RGB 251 245 186 -
CMYK 0 0.02 0.26 0.02
HSL 54.46º 0.89% 0.86% -
HSV(B) 54.46º 0.26% 0.98% -
XYZ 81.3 89.36 59.42 -
YUV 240.07 97.49 135.8 -
System Red Green Blue C M Y K H S L
Decimal 251 245 186 0 0.02 0.26 0.02 54.46 0.89 0.86
Hex FB F5 BA 0 2 1A 2 36 59 56
Octal 373 365 272 0 2 32 2 66 131 126
Binary 11111011 11110101 10111010 0 10 11010 10 110110 1011001 1010110

Color Harmonies of #FBF5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF5BA

Black with #FBF5BA

Text Example


Text Example

White with #FBF5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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