Html Css Color HEX #FAEEBA Barley White

📋 copy color: '#FAEEBA'

red 250 ◦ green 238 ◦ blue 186

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

Shades of Barley White #FAEEBA

Tints of Barley White #FAEEBA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.31%

 BLUE value IS 186 (73.05% from 255) = 27.6%

R = 37.09%
G = 35.31%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FAEEBA (or 0xFAEEBA) is known color: Barley White. HEX triplet: FA, EE and BA. RGB value is (250,238,186). Sum of RGB (Red+Green+Blue) = 250+238+186=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 186 (73.05% from 255 or 27.60% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEBA is #051145. Grayscale: #EBEBEB. Windows color (decimal): -332102 or 12250874. OLE color: 12250874.

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

Color convert

RGB 250 238 186 -
CMYK 0 0.05 0.26 0.02
HSL 48.75º 0.86% 0.85% -
HSV(B) 48.75º 0.26% 0.98% -
XYZ 78.86 85.02 58.71 -
YUV 235.66 99.98 138.23 -
System Red Green Blue C M Y K H S L
Decimal 250 238 186 0 0.05 0.26 0.02 48.75 0.86 0.85
Hex FA EE BA 0 5 1A 2 31 56 55
Octal 372 356 272 0 5 32 2 61 126 125
Binary 11111010 11101110 10111010 0 101 11010 10 110001 1010110 1010101

Color Harmonies of #FAEEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEEBA

Black with #FAEEBA

Text Example


Text Example

White with #FAEEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEEBA; }

 p { color: rgb(250,238,186); }

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

background-color css

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

 a { background-color: rgb(250,238,186); }

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

border-color css

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

 span { border-color: rgb(250,238,186); }

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