Html Css Color HEX #F4E6B8 Barley White

📋 copy color: '#F4E6B8'

red 244 ◦ green 230 ◦ blue 184

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

Shades of Barley White #F4E6B8

Tints of Barley White #F4E6B8

RGB

 RED value IS 244 (95.7% from 255) = 37.08%

 GREEN value IS 230 (90.23% from 255) = 34.95%

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

R = 37.08%
G = 34.95%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F4E6B8 (or 0xF4E6B8) is known color: Barley White. HEX triplet: F4, E6 and B8. RGB value is (244,230,184). Sum of RGB (Red+Green+Blue) = 244+230+184=658 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.08% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 184 (72.27% from 255 or 27.96% from 658); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E6B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4E6B8 is #0B1947. Grayscale: #E5E5E5. Windows color (decimal): -727368 or 12117748. OLE color: 12117748.

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

Color convert

RGB 244 230 184 -
CMYK 0 0.06 0.25 0.04
HSL 46º 0.73% 0.84% -
HSV(B) 46º 0.25% 0.96% -
XYZ 74.26 79.29 56.74 -
YUV 228.94 102.64 138.74 -
System Red Green Blue C M Y K H S L
Decimal 244 230 184 0 0.06 0.25 0.04 46 0.73 0.84
Hex F4 E6 B8 0 6 19 4 2E 49 54
Octal 364 346 270 0 6 31 4 56 111 124
Binary 11110100 11100110 10111000 0 110 11001 100 101110 1001001 1010100

Color Harmonies of #F4E6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4E6B8

Black with #F4E6B8

Text Example


Text Example

White with #F4E6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4E6B8; }

 p { color: rgb(244,230,184); }

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

background-color css

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

 a { background-color: rgb(244,230,184); }

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

border-color css

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

 span { border-color: rgb(244,230,184); }

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