#FCE4CD

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

Shades of Bisque #FCE4CD

Tints of Bisque #FCE4CD

Color information

#FCE4CD (or 0xFCE4CD) is unknown color: approx Bisque. HEX triplet: FC, E4 and CD. RGB value is (252,228,205). Sum of RGB (Red+Green+Blue) = 252+228+205=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 205 (80.47% from 255 or 29.93% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE4CD is #031B32. Grayscale: #E8E8E8. Windows color (decimal): -203571 or 13493500. OLE color: 13493500.

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

Color convert

RGB252228205-
CMYK00.100.190.01
HSL29.36º88.68%89.61%-
HSV(B)29.36º18.65%98.82%-
XYZ78.9180.5969.15-
YUV232.55112.45141.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.79%
GREEN value IS 228 (89.45% from 255) = 33.28%
BLUE value IS 205 (80.47% from 255) = 29.93%
R=36.79%
G=33.28%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222820500.100.190.0129.3688.6889.61
HexFCE4CD0A1311d595a
Octal37434431501223135131132
Binary111111001110010011001101010101001111110110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE4CD; }

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

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

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

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

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

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

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

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