#FCE1BD

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

Shades of Bisque #FCE1BD

Tints of Bisque #FCE1BD

Color information

#FCE1BD (or 0xFCE1BD) is unknown color: approx Bisque. HEX triplet: FC, E1 and BD. RGB value is (252,225,189). Sum of RGB (Red+Green+Blue) = 252+225+189=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 189 (74.22% from 255 or 28.38% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1BD is #031E42. Grayscale: #E5E5E5. Windows color (decimal): -204355 or 12444156. OLE color: 12444156.

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

Color convert

RGB252225189-
CMYK00.110.250.01
HSL34.29º91.3%86.47%-
HSV(B)34.29º25%98.82%-
XYZ76.2678.2259.22-
YUV228.97105.45144.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.84%
GREEN value IS 225 (88.28% from 255) = 33.78%
BLUE value IS 189 (74.22% from 255) = 28.38%
R=37.84%
G=33.78%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222518900.110.250.0134.2991.386.47
HexFCE1BD0B191225b56
Octal37434127501331142133126
Binary1111110011100001101111010101111001110001010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE1BD; }

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

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

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

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

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

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

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

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