Html Css Color HEX #FBF2B7 Corn Field

📋 copy color: '#FBF2B7'

red 251 ◦ green 242 ◦ blue 183

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

Shades of Corn Field #FBF2B7

Tints of Corn Field #FBF2B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 27.07%

R = 37.13%
G = 35.8%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FBF2B7 (or 0xFBF2B7) is known color: Corn Field. HEX triplet: FB, F2 and B7. RGB value is (251,242,183). Sum of RGB (Red+Green+Blue) = 251+242+183=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 242 (94.92% from 255 or 35.80% from 676); Blue value is 183 (71.88% from 255 or 27.07% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2B7 is #040D48. Grayscale: #EEEEEE. Windows color (decimal): -265545 or 12055291. OLE color: 12055291.

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

Color convert

RGB 251 242 183 -
CMYK 0 0.04 0.27 0.02
HSL 52.06º 0.89% 0.85% -
HSV(B) 52.06º 0.27% 0.98% -
XYZ 80.08 87.43 57.46 -
YUV 237.97 96.98 137.3 -
System Red Green Blue C M Y K H S L
Decimal 251 242 183 0 0.04 0.27 0.02 52.06 0.89 0.85
Hex FB F2 B7 0 4 1B 2 34 59 55
Octal 373 362 267 0 4 33 2 64 131 125
Binary 11111011 11110010 10110111 0 100 11011 10 110100 1011001 1010101

Color Harmonies of #FBF2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF2B7

Black with #FBF2B7

Text Example


Text Example

White with #FBF2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF2B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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