#FCE4C9

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

Shades of Bisque #FCE4C9

Tints of Bisque #FCE4C9

Color information

#FCE4C9 (or 0xFCE4C9) is unknown color: approx Bisque. HEX triplet: FC, E4 and C9. RGB value is (252,228,201). Sum of RGB (Red+Green+Blue) = 252+228+201=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 228 (89.45% from 255 or 33.48% from 681); Blue value is 201 (78.91% from 255 or 29.52% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE4C9 is #031B36. Grayscale: #E8E8E8. Windows color (decimal): -203575 or 13231356. OLE color: 13231356.

HSL color Cylindrical-coordinate representation of color #FCE4C9: hue angle of 31.76º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCE4C9 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB252228201-
CMYK00.100.200.01
HSL31.76º89.47%88.82%-
HSV(B)31.76º20.24%98.82%-
XYZ78.4380.466.64-
YUV232.1110.45142.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.00%
GREEN value IS 228 (89.45% from 255) = 33.48%
BLUE value IS 201 (78.91% from 255) = 29.52%
R=37.00%
G=33.48%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222820100.100.200.0131.7689.4788.82
HexFCE4C90A141205959
Octal37434431101224140131131
Binary1111110011100100110010010101010100110000010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE4C9; }

 p { color: rgb(252,228,201); }

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

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

 a { background-color: rgb(252,228,201); }

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

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

 span { border-color: rgb(252,228,201); }

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