Html Css Color HEX #FBF2B5 Corn Field

📋 copy color: '#FBF2B5'

red 251 ◦ green 242 ◦ blue 181

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

Shades of Corn Field #FBF2B5

Tints of Corn Field #FBF2B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 26.85%

R = 37.24%
G = 35.91%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FBF2B5 (or 0xFBF2B5) is known color: Corn Field. HEX triplet: FB, F2 and B5. RGB value is (251,242,181). Sum of RGB (Red+Green+Blue) = 251+242+181=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 242 (94.92% from 255 or 35.91% from 674); Blue value is 181 (71.09% from 255 or 26.85% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF2B5 is #040D4A. Grayscale: #EDEDED. Windows color (decimal): -265547 or 11924219. OLE color: 11924219.

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

Color convert

RGB 251 242 181 -
CMYK 0 0.04 0.28 0.02
HSL 52.29º 0.9% 0.85% -
HSV(B) 52.29º 0.28% 0.98% -
XYZ 79.88 87.35 56.37 -
YUV 237.74 95.98 137.46 -
System Red Green Blue C M Y K H S L
Decimal 251 242 181 0 0.04 0.28 0.02 52.29 0.9 0.85
Hex FB F2 B5 0 4 1C 2 34 5A 55
Octal 373 362 265 0 4 34 2 64 132 125
Binary 11111011 11110010 10110101 0 100 11100 10 110100 1011010 1010101

Color Harmonies of #FBF2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF2B5

Black with #FBF2B5

Text Example


Text Example

White with #FBF2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF2B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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