Html Css Color HEX #FCE7BA Barley White

📋 copy color: '#FCE7BA'

red 252 ◦ green 231 ◦ blue 186

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

Shades of Barley White #FCE7BA

Tints of Barley White #FCE7BA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.53%

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

R = 37.67%
G = 34.53%
B = 27.8%

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

#FCE7BA (or 0xFCE7BA) is known color: Barley White. HEX triplet: FC, E7 and BA. RGB value is (252,231,186). Sum of RGB (Red+Green+Blue) = 252+231+186=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 231 (90.62% from 255 or 34.53% from 669); Blue value is 186 (73.05% from 255 or 27.80% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE7BA is #031845. Grayscale: #E8E8E8. Windows color (decimal): -202822 or 12249084. OLE color: 12249084.

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

Color convert

RGB 252 231 186 -
CMYK 0 0.08 0.26 0.01
HSL 40.91º 0.92% 0.86% -
HSV(B) 40.91º 0.26% 0.99% -
XYZ 77.58 81.39 58.08 -
YUV 232.15 101.96 142.16 -
System Red Green Blue C M Y K H S L
Decimal 252 231 186 0 0.08 0.26 0.01 40.91 0.92 0.86
Hex FC E7 BA 0 8 1A 1 29 5C 56
Octal 374 347 272 0 10 32 1 51 134 126
Binary 11111100 11100111 10111010 0 1000 11010 1 101001 1011100 1010110

Color Harmonies of #FCE7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE7BA

Black with #FCE7BA

Text Example


Text Example

White with #FCE7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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