Html Css Color HEX #FBEAB8 Barley White

📋 copy color: '#FBEAB8'

red 251 ◦ green 234 ◦ blue 184

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

Shades of Barley White #FBEAB8

Tints of Barley White #FBEAB8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.98%

 BLUE value IS 184 (72.27% from 255) = 27.5%

R = 37.52%
G = 34.98%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FBEAB8 (or 0xFBEAB8) is known color: Barley White. HEX triplet: FB, EA and B8. RGB value is (251,234,184). Sum of RGB (Red+Green+Blue) = 251+234+184=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 184 (72.27% from 255 or 27.50% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEAB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEAB8 is #041547. Grayscale: #E9E9E9. Windows color (decimal): -267592 or 12118779. OLE color: 12118779.

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

Color convert

RGB 251 234 184 -
CMYK 0 0.07 0.27 0.02
HSL 44.78º 0.89% 0.85% -
HSV(B) 44.78º 0.27% 0.98% -
XYZ 77.86 82.82 57.23 -
YUV 233.38 100.13 140.57 -
System Red Green Blue C M Y K H S L
Decimal 251 234 184 0 0.07 0.27 0.02 44.78 0.89 0.85
Hex FB EA B8 0 7 1B 2 2D 59 55
Octal 373 352 270 0 7 33 2 55 131 125
Binary 11111011 11101010 10111000 0 111 11011 10 101101 1011001 1010101

Color Harmonies of #FBEAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEAB8

Black with #FBEAB8

Text Example


Text Example

White with #FBEAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEAB8; }

 p { color: rgb(251,234,184); }

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

background-color css

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

 a { background-color: rgb(251,234,184); }

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

border-color css

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

 span { border-color: rgb(251,234,184); }

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