Html Css Color HEX #FAEABB Barley White

📋 copy color: '#FAEABB'

red 250 ◦ green 234 ◦ blue 187

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

Shades of Barley White #FAEABB

Tints of Barley White #FAEABB

RGB

 RED value IS 250 (98.05% from 255) = 37.26%

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

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

R = 37.26%
G = 34.87%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FAEABB (or 0xFAEABB) is known color: Barley White. HEX triplet: FA, EA and BB. RGB value is (250,234,187). Sum of RGB (Red+Green+Blue) = 250+234+187=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 187 (73.44% from 255 or 27.87% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEABB is #051544. Grayscale: #E9E9E9. Windows color (decimal): -333125 or 12315386. OLE color: 12315386.

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

Color convert

RGB 250 234 187 -
CMYK 0 0.06 0.25 0.02
HSL 44.76º 0.86% 0.86% -
HSV(B) 44.76º 0.25% 0.98% -
XYZ 77.82 82.76 58.89 -
YUV 233.43 101.8 139.82 -
System Red Green Blue C M Y K H S L
Decimal 250 234 187 0 0.06 0.25 0.02 44.76 0.86 0.86
Hex FA EA BB 0 6 19 2 2D 56 56
Octal 372 352 273 0 6 31 2 55 126 126
Binary 11111010 11101010 10111011 0 110 11001 10 101101 1010110 1010110

Color Harmonies of #FAEABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEABB

Black with #FAEABB

Text Example


Text Example

White with #FAEABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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