Html Css Color HEX #F5ECB6 Barley White

📋 copy color: '#F5ECB6'

red 245 ◦ green 236 ◦ blue 182

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

Shades of Barley White #F5ECB6

Tints of Barley White #F5ECB6

RGB

 RED value IS 245 (96.09% from 255) = 36.95%

 GREEN value IS 236 (92.58% from 255) = 35.6%

 BLUE value IS 182 (71.48% from 255) = 27.45%

R = 36.95%
G = 35.6%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F5ECB6 (or 0xF5ECB6) is known color: Barley White. HEX triplet: F5, EC and B6. RGB value is (245,236,182). Sum of RGB (Red+Green+Blue) = 245+236+182=663 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.95% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 182 (71.48% from 255 or 27.45% from 663); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5ECB6 is #0A1349. Grayscale: #E8E8E8. Windows color (decimal): -660298 or 11988213. OLE color: 11988213.

HSL color Cylindrical-coordinate representation of color #F5ECB6: hue angle of 51.43º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5ECB6 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 236 182 -
CMYK 0 0.04 0.26 0.04
HSL 51.43º 0.76% 0.84% -
HSV(B) 51.43º 0.26% 0.96% -
XYZ 76.1 82.78 56.22 -
YUV 232.54 99.48 136.89 -
System Red Green Blue C M Y K H S L
Decimal 245 236 182 0 0.04 0.26 0.04 51.43 0.76 0.84
Hex F5 EC B6 0 4 1A 4 33 4C 54
Octal 365 354 266 0 4 32 4 63 114 124
Binary 11110101 11101100 10110110 0 100 11010 100 110011 1001100 1010100

Color Harmonies of #F5ECB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ECB6

Black with #F5ECB6

Text Example


Text Example

White with #F5ECB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ECB6; }

 p { color: rgb(245,236,182); }

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

background-color css

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

 a { background-color: rgb(245,236,182); }

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

border-color css

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

 span { border-color: rgb(245,236,182); }

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