Html Css Color HEX #FBE088 Buff

📋 copy color: '#FBE088'

red 251 ◦ green 224 ◦ blue 136

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

Shades of Buff #FBE088

Tints of Buff #FBE088

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.66%

 BLUE value IS 136 (53.52% from 255) = 22.26%

R = 41.08%
G = 36.66%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FBE088 (or 0xFBE088) is known color: Buff. HEX triplet: FB, E0 and 88. RGB value is (251,224,136). Sum of RGB (Red+Green+Blue) = 251+224+136=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 224 (87.89% from 255 or 36.66% from 611); Blue value is 136 (53.52% from 255 or 22.26% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE088 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE088 is #041F77. Grayscale: #DEDEDE. Windows color (decimal): -270200 or 8970491. OLE color: 8970491.

HSL color Cylindrical-coordinate representation of color #FBE088: hue angle of 45.91º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FBE088 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 224 136 -
CMYK 0 0.11 0.46 0.02
HSL 45.91º 0.93% 0.76% -
HSV(B) 45.91º 0.46% 0.98% -
XYZ 70.88 75.6 34.15 -
YUV 222.04 79.45 148.66 -
System Red Green Blue C M Y K H S L
Decimal 251 224 136 0 0.11 0.46 0.02 45.91 0.93 0.76
Hex FB E0 88 0 B 2E 2 2E 5D 4C
Octal 373 340 210 0 13 56 2 56 135 114
Binary 11111011 11100000 10001000 0 1011 101110 10 101110 1011101 1001100

Color Harmonies of #FBE088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE088

Black with #FBE088

Text Example


Text Example

White with #FBE088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE088; }

 p { color: rgb(251,224,136); }

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

background-color css

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

 a { background-color: rgb(251,224,136); }

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

border-color css

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

 span { border-color: rgb(251,224,136); }

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