Html Css Color HEX #FAEDBA Barley White

📋 copy color: '#FAEDBA'

red 250 ◦ green 237 ◦ blue 186

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

Shades of Barley White #FAEDBA

Tints of Barley White #FAEDBA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.22%

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

R = 37.15%
G = 35.22%
B = 27.64%

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

#FAEDBA (or 0xFAEDBA) is known color: Barley White. HEX triplet: FA, ED and BA. RGB value is (250,237,186). Sum of RGB (Red+Green+Blue) = 250+237+186=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 186 (73.05% from 255 or 27.64% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDBA is #051245. Grayscale: #EBEBEB. Windows color (decimal): -332358 or 12250618. OLE color: 12250618.

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

Color convert

RGB 250 237 186 -
CMYK 0 0.05 0.26 0.02
HSL 47.81º 0.86% 0.85% -
HSV(B) 47.81º 0.26% 0.98% -
XYZ 78.57 84.44 58.61 -
YUV 235.07 100.31 138.65 -
System Red Green Blue C M Y K H S L
Decimal 250 237 186 0 0.05 0.26 0.02 47.81 0.86 0.85
Hex FA ED BA 0 5 1A 2 30 56 55
Octal 372 355 272 0 5 32 2 60 126 125
Binary 11111010 11101101 10111010 0 101 11010 10 110000 1010110 1010101

Color Harmonies of #FAEDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEDBA

Black with #FAEDBA

Text Example


Text Example

White with #FAEDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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