Html Css Color HEX #FCE7BD Barley White

📋 copy color: '#FCE7BD'

red 252 ◦ green 231 ◦ blue 189

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

Shades of Barley White #FCE7BD

Tints of Barley White #FCE7BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 28.13%

R = 37.5%
G = 34.38%
B = 28.13%

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

#FCE7BD (or 0xFCE7BD) is known color: Barley White. HEX triplet: FC, E7 and BD. RGB value is (252,231,189). Sum of RGB (Red+Green+Blue) = 252+231+189=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 231 (90.62% from 255 or 34.38% from 672); Blue value is 189 (74.22% from 255 or 28.12% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE7BD is #031842. Grayscale: #E8E8E8. Windows color (decimal): -202819 or 12445692. OLE color: 12445692.

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

Color convert

RGB 252 231 189 -
CMYK 0 0.08 0.25 0.01
HSL 40º 0.91% 0.86% -
HSV(B) 40º 0.25% 0.99% -
XYZ 77.91 81.52 59.77 -
YUV 232.49 103.46 141.92 -
System Red Green Blue C M Y K H S L
Decimal 252 231 189 0 0.08 0.25 0.01 40 0.91 0.86
Hex FC E7 BD 0 8 19 1 28 5B 56
Octal 374 347 275 0 10 31 1 50 133 126
Binary 11111100 11100111 10111101 0 1000 11001 1 101000 1011011 1010110

Color Harmonies of #FCE7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE7BD

Black with #FCE7BD

Text Example


Text Example

White with #FCE7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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