Html Css Color HEX #F8E6B7 Barley White

📋 copy color: '#F8E6B7'

red 248 ◦ green 230 ◦ blue 183

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

Shades of Barley White #F8E6B7

Tints of Barley White #F8E6B7

RGB

 RED value IS 248 (97.27% from 255) = 37.52%

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

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

R = 37.52%
G = 34.8%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F8E6B7 (or 0xF8E6B7) is known color: Barley White. HEX triplet: F8, E6 and B7. RGB value is (248,230,183). Sum of RGB (Red+Green+Blue) = 248+230+183=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 230 (90.23% from 255 or 34.80% from 661); Blue value is 183 (71.88% from 255 or 27.69% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E6B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8E6B7 is #071948. Grayscale: #E6E6E6. Windows color (decimal): -465225 or 12052216. OLE color: 12052216.

HSL color Cylindrical-coordinate representation of color #F8E6B7: hue angle of 43.38º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F8E6B7 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 230 183 -
CMYK 0 0.07 0.26 0.03
HSL 43.38º 0.82% 0.85% -
HSV(B) 43.38º 0.26% 0.97% -
XYZ 75.56 79.97 56.25 -
YUV 230.02 101.46 140.82 -
System Red Green Blue C M Y K H S L
Decimal 248 230 183 0 0.07 0.26 0.03 43.38 0.82 0.85
Hex F8 E6 B7 0 7 1A 3 2B 52 55
Octal 370 346 267 0 7 32 3 53 122 125
Binary 11111000 11100110 10110111 0 111 11010 11 101011 1010010 1010101

Color Harmonies of #F8E6B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E6B7

Black with #F8E6B7

Text Example


Text Example

White with #F8E6B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E6B7; }

 p { color: rgb(248,230,183); }

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

background-color css

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

 a { background-color: rgb(248,230,183); }

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

border-color css

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

 span { border-color: rgb(248,230,183); }

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