Html Css Color HEX #FCE9BA Barley White

📋 copy color: '#FCE9BA'

red 252 ◦ green 233 ◦ blue 186

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

Shades of Barley White #FCE9BA

Tints of Barley White #FCE9BA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.72%

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

R = 37.56%
G = 34.72%
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

#FCE9BA (or 0xFCE9BA) is known color: Barley White. HEX triplet: FC, E9 and BA. RGB value is (252,233,186). Sum of RGB (Red+Green+Blue) = 252+233+186=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 233 (91.41% from 255 or 34.72% from 671); Blue value is 186 (73.05% from 255 or 27.72% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE9BA is #031645. Grayscale: #E9E9E9. Windows color (decimal): -202310 or 12249596. OLE color: 12249596.

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

Color convert

RGB 252 233 186 -
CMYK 0 0.08 0.26 0.01
HSL 42.73º 0.92% 0.86% -
HSV(B) 42.73º 0.26% 0.99% -
XYZ 78.15 82.52 58.26 -
YUV 233.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 252 233 186 0 0.08 0.26 0.01 42.73 0.92 0.86
Hex FC E9 BA 0 8 1A 1 2B 5C 56
Octal 374 351 272 0 10 32 1 53 134 126
Binary 11111100 11101001 10111010 0 1000 11010 1 101011 1011100 1010110

Color Harmonies of #FCE9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE9BA

Black with #FCE9BA

Text Example


Text Example

White with #FCE9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE9BA; }

 p { color: rgb(252,233,186); }

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

background-color css

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

 a { background-color: rgb(252,233,186); }

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

border-color css

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

 span { border-color: rgb(252,233,186); }

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