#FCEBBB

Color #FCEBBB Barley White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley White #FCEBBB

Tints of Barley White #FCEBBB

Color information

#FCEBBB (or 0xFCEBBB) is unknown color: approx Barley White. HEX triplet: FC, EB and BB. RGB value is (252,235,187). Sum of RGB (Red+Green+Blue) = 252+235+187=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 187 (73.44% from 255 or 27.74% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBBB is #031444. Grayscale: #EAEAEA. Windows color (decimal): -201797 or 12315644. OLE color: 12315644.

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

Color convert

RGB252235187-
CMYK00.070.260.01
HSL44.31º91.55%86.08%-
HSV(B)44.31º25.79%98.82%-
XYZ78.8283.759.02-
YUV234.61101.13140.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.39%
GREEN value IS 235 (92.19% from 255) = 34.87%
BLUE value IS 187 (73.44% from 255) = 27.74%
R=37.39%
G=34.87%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223518700.070.260.0144.3191.5586.08
HexFCEBBB071A12c5c56
Octal3743532730732154134126
Binary111111001110101110111011011111010110110010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEBBB; }

 p { color: rgb(252,235,187); }

 H1.HeaderClassName
 {
   color: #FCEBBB;
 }
 .AnyTagClassName
 {
   color: #FCEBBB;
 }
</style>
background-color css

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

 a { background-color: rgb(252,235,187); }

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

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

 span { border-color: rgb(252,235,187); }

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