Html Css Color HEX #FAEDB9 Barley White

📋 copy color: '#FAEDB9'

red 250 ◦ green 237 ◦ blue 185

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

Shades of Barley White #FAEDB9

Tints of Barley White #FAEDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 27.53%

R = 37.2%
G = 35.27%
B = 27.53%

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

#FAEDB9 (or 0xFAEDB9) is known color: Barley White. HEX triplet: FA, ED and B9. RGB value is (250,237,185). Sum of RGB (Red+Green+Blue) = 250+237+185=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 185 (72.66% from 255 or 27.53% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDB9 is #051246. Grayscale: #EBEBEB. Windows color (decimal): -332359 or 12185082. OLE color: 12185082.

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

Color convert

RGB 250 237 185 -
CMYK 0 0.05 0.26 0.02
HSL 48º 0.87% 0.85% -
HSV(B) 48º 0.26% 0.98% -
XYZ 78.47 84.4 58.05 -
YUV 234.96 99.81 138.73 -
System Red Green Blue C M Y K H S L
Decimal 250 237 185 0 0.05 0.26 0.02 48 0.87 0.85
Hex FA ED B9 0 5 1A 2 30 57 55
Octal 372 355 271 0 5 32 2 60 127 125
Binary 11111010 11101101 10111001 0 101 11010 10 110000 1010111 1010101

Color Harmonies of #FAEDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEDB9

Black with #FAEDB9

Text Example


Text Example

White with #FAEDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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