Html Css Color HEX #FBEABB Barley White

📋 copy color: '#FBEABB'

red 251 ◦ green 234 ◦ blue 187

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

Shades of Barley White #FBEABB

Tints of Barley White #FBEABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 27.83%

R = 37.35%
G = 34.82%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FBEABB (or 0xFBEABB) is known color: Barley White. HEX triplet: FB, EA and BB. RGB value is (251,234,187). Sum of RGB (Red+Green+Blue) = 251+234+187=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 187 (73.44% from 255 or 27.83% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEABB is #041544. Grayscale: #E9E9E9. Windows color (decimal): -267589 or 12315387. OLE color: 12315387.

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

Color convert

RGB 251 234 187 -
CMYK 0 0.07 0.25 0.02
HSL 44.06º 0.89% 0.86% -
HSV(B) 44.06º 0.25% 0.98% -
XYZ 78.18 82.94 58.9 -
YUV 233.73 101.63 140.32 -
System Red Green Blue C M Y K H S L
Decimal 251 234 187 0 0.07 0.25 0.02 44.06 0.89 0.86
Hex FB EA BB 0 7 19 2 2C 59 56
Octal 373 352 273 0 7 31 2 54 131 126
Binary 11111011 11101010 10111011 0 111 11001 10 101100 1011001 1010110

Color Harmonies of #FBEABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEABB

Black with #FBEABB

Text Example


Text Example

White with #FBEABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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