Html Css Color HEX #FCE9BC Barley White

📋 copy color: '#FCE9BC'

red 252 ◦ green 233 ◦ blue 188

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

Shades of Barley White #FCE9BC

Tints of Barley White #FCE9BC

RGB

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

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

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

R = 37.44%
G = 34.62%
B = 27.93%

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

#FCE9BC (or 0xFCE9BC) is known color: Barley White. HEX triplet: FC, E9 and BC. RGB value is (252,233,188). Sum of RGB (Red+Green+Blue) = 252+233+188=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 233 (91.41% from 255 or 34.62% from 673); Blue value is 188 (73.83% from 255 or 27.93% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE9BC is #031643. Grayscale: #E9E9E9. Windows color (decimal): -202308 or 12380668. OLE color: 12380668.

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

Color convert

RGB 252 233 188 -
CMYK 0 0.08 0.25 0.01
HSL 42.19º 0.91% 0.86% -
HSV(B) 42.19º 0.25% 0.99% -
XYZ 78.36 82.6 59.39 -
YUV 233.55 102.29 141.16 -
System Red Green Blue C M Y K H S L
Decimal 252 233 188 0 0.08 0.25 0.01 42.19 0.91 0.86
Hex FC E9 BC 0 8 19 1 2A 5B 56
Octal 374 351 274 0 10 31 1 52 133 126
Binary 11111100 11101001 10111100 0 1000 11001 1 101010 1011011 1010110

Color Harmonies of #FCE9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE9BC

Black with #FCE9BC

Text Example


Text Example

White with #FCE9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE9BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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