Html Css Color HEX #F6E2B8 Barley White

📋 copy color: '#F6E2B8'

red 246 ◦ green 226 ◦ blue 184

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

Shades of Barley White #F6E2B8

Tints of Barley White #F6E2B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 28.05%

R = 37.5%
G = 34.45%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F6E2B8 (or 0xF6E2B8) is known color: Barley White. HEX triplet: F6, E2 and B8. RGB value is (246,226,184). Sum of RGB (Red+Green+Blue) = 246+226+184=656 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.5% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 184 (72.27% from 255 or 28.05% from 656); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E2B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E2B8 is #091D47. Grayscale: #E3E3E3. Windows color (decimal): -597320 or 12116726. OLE color: 12116726.

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

Color convert

RGB 246 226 184 -
CMYK 0 0.08 0.25 0.04
HSL 40.65º 0.78% 0.84% -
HSV(B) 40.65º 0.25% 0.96% -
XYZ 73.85 77.45 56.4 -
YUV 227.19 103.63 141.42 -
System Red Green Blue C M Y K H S L
Decimal 246 226 184 0 0.08 0.25 0.04 40.65 0.78 0.84
Hex F6 E2 B8 0 8 19 4 29 4E 54
Octal 366 342 270 0 10 31 4 51 116 124
Binary 11110110 11100010 10111000 0 1000 11001 100 101001 1001110 1010100

Color Harmonies of #F6E2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E2B8

Black with #F6E2B8

Text Example


Text Example

White with #F6E2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E2B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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