Html Css Color HEX #FCE8B9 Barley White

📋 copy color: '#FCE8B9'

red 252 ◦ green 232 ◦ blue 185

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

Shades of Barley White #FCE8B9

Tints of Barley White #FCE8B9

RGB

 RED value IS 252 (98.83% from 255) = 37.67%

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

 BLUE value IS 185 (72.66% from 255) = 27.65%

R = 37.67%
G = 34.68%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FCE8B9 (or 0xFCE8B9) is known color: Barley White. HEX triplet: FC, E8 and B9. RGB value is (252,232,185). Sum of RGB (Red+Green+Blue) = 252+232+185=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 232 (91.02% from 255 or 34.68% from 669); Blue value is 185 (72.66% from 255 or 27.65% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE8B9 is #031746. Grayscale: #E8E8E8. Windows color (decimal): -202567 or 12183804. OLE color: 12183804.

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

Color convert

RGB 252 232 185 -
CMYK 0 0.08 0.27 0.01
HSL 42.09º 0.92% 0.86% -
HSV(B) 42.09º 0.27% 0.99% -
XYZ 77.76 81.91 57.61 -
YUV 232.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 252 232 185 0 0.08 0.27 0.01 42.09 0.92 0.86
Hex FC E8 B9 0 8 1B 1 2A 5C 56
Octal 374 350 271 0 10 33 1 52 134 126
Binary 11111100 11101000 10111001 0 1000 11011 1 101010 1011100 1010110

Color Harmonies of #FCE8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE8B9

Black with #FCE8B9

Text Example


Text Example

White with #FCE8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE8B9; }

 p { color: rgb(252,232,185); }

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

background-color css

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

 a { background-color: rgb(252,232,185); }

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

border-color css

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

 span { border-color: rgb(252,232,185); }

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