Html Css Color HEX #FBF0BC Corn Field

📋 copy color: '#FBF0BC'

red 251 ◦ green 240 ◦ blue 188

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

Shades of Corn Field #FBF0BC

Tints of Corn Field #FBF0BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 27.69%

R = 36.97%
G = 35.35%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FBF0BC (or 0xFBF0BC) is known color: Corn Field. HEX triplet: FB, F0 and BC. RGB value is (251,240,188). Sum of RGB (Red+Green+Blue) = 251+240+188=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 188 (73.83% from 255 or 27.69% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0BC is #040F43. Grayscale: #EDEDED. Windows color (decimal): -266052 or 12382459. OLE color: 12382459.

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

Color convert

RGB 251 240 188 -
CMYK 0 0.04 0.25 0.02
HSL 49.52º 0.89% 0.86% -
HSV(B) 49.52º 0.25% 0.98% -
XYZ 80.02 86.46 60.05 -
YUV 237.36 100.14 137.73 -
System Red Green Blue C M Y K H S L
Decimal 251 240 188 0 0.04 0.25 0.02 49.52 0.89 0.86
Hex FB F0 BC 0 4 19 2 32 59 56
Octal 373 360 274 0 4 31 2 62 131 126
Binary 11111011 11110000 10111100 0 100 11001 10 110010 1011001 1010110

Color Harmonies of #FBF0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF0BC

Black with #FBF0BC

Text Example


Text Example

White with #FBF0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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