Html Css Color HEX #F9EABB Barley White

📋 copy color: '#F9EABB'

red 249 ◦ green 234 ◦ blue 187

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

Shades of Barley White #F9EABB

Tints of Barley White #F9EABB

RGB

 RED value IS 249 (97.66% from 255) = 37.16%

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

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

R = 37.16%
G = 34.93%
B = 27.91%

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

#F9EABB (or 0xF9EABB) is known color: Barley White. HEX triplet: F9, EA and BB. RGB value is (249,234,187). Sum of RGB (Red+Green+Blue) = 249+234+187=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 187 (73.44% from 255 or 27.91% from 670); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EABB is #061544. Grayscale: #E9E9E9. Windows color (decimal): -398661 or 12315385. OLE color: 12315385.

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

Color convert

RGB 249 234 187 -
CMYK 0 0.06 0.25 0.02
HSL 45.48º 0.84% 0.85% -
HSV(B) 45.48º 0.25% 0.98% -
XYZ 77.46 82.57 58.87 -
YUV 233.13 101.97 139.32 -
System Red Green Blue C M Y K H S L
Decimal 249 234 187 0 0.06 0.25 0.02 45.48 0.84 0.85
Hex F9 EA BB 0 6 19 2 2D 54 55
Octal 371 352 273 0 6 31 2 55 124 125
Binary 11111001 11101010 10111011 0 110 11001 10 101101 1010100 1010101

Color Harmonies of #F9EABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EABB

Black with #F9EABB

Text Example


Text Example

White with #F9EABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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