Html Css Color HEX #FDE8BB Barley White

📋 copy color: '#FDE8BB'

red 253 ◦ green 232 ◦ blue 187

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

Shades of Barley White #FDE8BB

Tints of Barley White #FDE8BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 27.83%

R = 37.65%
G = 34.52%
B = 27.83%

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

#FDE8BB (or 0xFDE8BB) is known color: Barley White. HEX triplet: FD, E8 and BB. RGB value is (253,232,187). Sum of RGB (Red+Green+Blue) = 253+232+187=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 232 (91.02% from 255 or 34.52% from 672); Blue value is 187 (73.44% from 255 or 27.83% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE8BB is #021744. Grayscale: #E9E9E9. Windows color (decimal): -137029 or 12314877. OLE color: 12314877.

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

Color convert

RGB 253 232 187 -
CMYK 0 0.08 0.26 0.01
HSL 40.91º 0.94% 0.86% -
HSV(B) 40.91º 0.26% 0.99% -
XYZ 78.33 82.18 58.75 -
YUV 233.15 101.96 142.16 -
System Red Green Blue C M Y K H S L
Decimal 253 232 187 0 0.08 0.26 0.01 40.91 0.94 0.86
Hex FD E8 BB 0 8 1A 1 29 5E 56
Octal 375 350 273 0 10 32 1 51 136 126
Binary 11111101 11101000 10111011 0 1000 11010 1 101001 1011110 1010110

Color Harmonies of #FDE8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE8BB

Black with #FDE8BB

Text Example


Text Example

White with #FDE8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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