Html Css Color HEX #F6EDB7 Barley White

📋 copy color: '#F6EDB7'

red 246 ◦ green 237 ◦ blue 183

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

Shades of Barley White #F6EDB7

Tints of Barley White #F6EDB7

RGB

 RED value IS 246 (96.48% from 255) = 36.94%

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

 BLUE value IS 183 (71.88% from 255) = 27.48%

R = 36.94%
G = 35.59%
B = 27.48%

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

#F6EDB7 (or 0xF6EDB7) is known color: Barley White. HEX triplet: F6, ED and B7. RGB value is (246,237,183). Sum of RGB (Red+Green+Blue) = 246+237+183=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 183 (71.88% from 255 or 27.48% from 666); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDB7 is #091248. Grayscale: #E9E9E9. Windows color (decimal): -594505 or 12054006. OLE color: 12054006.

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

Color convert

RGB 246 237 183 -
CMYK 0 0.04 0.26 0.04
HSL 51.43º 0.78% 0.84% -
HSV(B) 51.43º 0.26% 0.96% -
XYZ 76.84 83.58 56.88 -
YUV 233.54 99.48 136.89 -
System Red Green Blue C M Y K H S L
Decimal 246 237 183 0 0.04 0.26 0.04 51.43 0.78 0.84
Hex F6 ED B7 0 4 1A 4 33 4E 54
Octal 366 355 267 0 4 32 4 63 116 124
Binary 11110110 11101101 10110111 0 100 11010 100 110011 1001110 1010100

Color Harmonies of #F6EDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EDB7

Black with #F6EDB7

Text Example


Text Example

White with #F6EDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EDB7; }

 p { color: rgb(246,237,183); }

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

background-color css

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

 a { background-color: rgb(246,237,183); }

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

border-color css

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

 span { border-color: rgb(246,237,183); }

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