Html Css Color HEX #FDE8BA Barley White

📋 copy color: '#FDE8BA'

red 253 ◦ green 232 ◦ blue 186

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

Shades of Barley White #FDE8BA

Tints of Barley White #FDE8BA

RGB

 RED value IS 253 (99.22% from 255) = 37.7%

 GREEN value IS 232 (91.02% from 255) = 34.58%

 BLUE value IS 186 (73.05% from 255) = 27.72%

R = 37.7%
G = 34.58%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDE8BA (or 0xFDE8BA) is known color: Barley White. HEX triplet: FD, E8 and BA. RGB value is (253,232,186). Sum of RGB (Red+Green+Blue) = 253+232+186=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 232 (91.02% from 255 or 34.58% from 671); Blue value is 186 (73.05% from 255 or 27.72% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE8BA is #021745. Grayscale: #E9E9E9. Windows color (decimal): -137030 or 12249341. OLE color: 12249341.

HSL color Cylindrical-coordinate representation of color #FDE8BA: hue angle of 41.19º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDE8BA is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 232 186 -
CMYK 0 0.08 0.26 0.01
HSL 41.19º 0.94% 0.86% -
HSV(B) 41.19º 0.26% 0.99% -
XYZ 78.23 82.14 58.19 -
YUV 233.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 253 232 186 0 0.08 0.26 0.01 41.19 0.94 0.86
Hex FD E8 BA 0 8 1A 1 29 5E 56
Octal 375 350 272 0 10 32 1 51 136 126
Binary 11111101 11101000 10111010 0 1000 11010 1 101001 1011110 1010110

Color Harmonies of #FDE8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE8BA

Black with #FDE8BA

Text Example


Text Example

White with #FDE8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE8BA; }

 p { color: rgb(253,232,186); }

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

background-color css

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

 a { background-color: rgb(253,232,186); }

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

border-color css

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

 span { border-color: rgb(253,232,186); }

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