Html Css Color HEX #FCE8BC Barley White

📋 copy color: '#FCE8BC'

red 252 ◦ green 232 ◦ blue 188

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

Shades of Barley White #FCE8BC

Tints of Barley White #FCE8BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 27.98%

R = 37.5%
G = 34.52%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCE8BC (or 0xFCE8BC) is known color: Barley White. HEX triplet: FC, E8 and BC. RGB value is (252,232,188). Sum of RGB (Red+Green+Blue) = 252+232+188=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 232 (91.02% from 255 or 34.52% from 672); Blue value is 188 (73.83% from 255 or 27.98% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE8BC is #031743. Grayscale: #E9E9E9. Windows color (decimal): -202564 or 12380412. OLE color: 12380412.

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

Color convert

RGB 252 232 188 -
CMYK 0 0.08 0.25 0.01
HSL 41.25º 0.91% 0.86% -
HSV(B) 41.25º 0.25% 0.99% -
XYZ 78.08 82.04 59.3 -
YUV 232.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 252 232 188 0 0.08 0.25 0.01 41.25 0.91 0.86
Hex FC E8 BC 0 8 19 1 29 5B 56
Octal 374 350 274 0 10 31 1 51 133 126
Binary 11111100 11101000 10111100 0 1000 11001 1 101001 1011011 1010110

Color Harmonies of #FCE8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE8BC

Black with #FCE8BC

Text Example


Text Example

White with #FCE8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE8BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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