Html Css Color HEX #F6E2B7 Barley White

📋 copy color: '#F6E2B7'

red 246 ◦ green 226 ◦ blue 183

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

Shades of Barley White #F6E2B7

Tints of Barley White #F6E2B7

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.5%

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

R = 37.56%
G = 34.5%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F6E2B7 (or 0xF6E2B7) is known color: Barley White. HEX triplet: F6, E2 and B7. RGB value is (246,226,183). Sum of RGB (Red+Green+Blue) = 246+226+183=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 183 (71.88% from 255 or 27.94% from 655); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E2B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E2B7 is #091D48. Grayscale: #E3E3E3. Windows color (decimal): -597321 or 12051190. OLE color: 12051190.

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

Color convert

RGB 246 226 183 -
CMYK 0 0.08 0.26 0.04
HSL 40.95º 0.78% 0.84% -
HSV(B) 40.95º 0.26% 0.96% -
XYZ 73.75 77.4 55.85 -
YUV 227.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 246 226 183 0 0.08 0.26 0.04 40.95 0.78 0.84
Hex F6 E2 B7 0 8 1A 4 29 4E 54
Octal 366 342 267 0 10 32 4 51 116 124
Binary 11110110 11100010 10110111 0 1000 11010 100 101001 1001110 1010100

Color Harmonies of #F6E2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E2B7

Black with #F6E2B7

Text Example


Text Example

White with #F6E2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E2B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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