Html Css Color HEX #FBF2BA Corn Field

📋 copy color: '#FBF2BA'

red 251 ◦ green 242 ◦ blue 186

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

Shades of Corn Field #FBF2BA

Tints of Corn Field #FBF2BA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.64%

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

R = 36.97%
G = 35.64%
B = 27.39%

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

#FBF2BA (or 0xFBF2BA) is known color: Corn Field. HEX triplet: FB, F2 and BA. RGB value is (251,242,186). Sum of RGB (Red+Green+Blue) = 251+242+186=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 186 (73.05% from 255 or 27.39% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2BA is #040D45. Grayscale: #EEEEEE. Windows color (decimal): -265542 or 12251899. OLE color: 12251899.

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

Color convert

RGB 251 242 186 -
CMYK 0 0.04 0.26 0.02
HSL 51.69º 0.89% 0.86% -
HSV(B) 51.69º 0.26% 0.98% -
XYZ 80.4 87.56 59.12 -
YUV 238.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 251 242 186 0 0.04 0.26 0.02 51.69 0.89 0.86
Hex FB F2 BA 0 4 1A 2 34 59 56
Octal 373 362 272 0 4 32 2 64 131 126
Binary 11111011 11110010 10111010 0 100 11010 10 110100 1011001 1010110

Color Harmonies of #FBF2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF2BA

Black with #FBF2BA

Text Example


Text Example

White with #FBF2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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