#FCE5CD

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

Shades of Bisque #FCE5CD

Tints of Bisque #FCE5CD

Color information

#FCE5CD (or 0xFCE5CD) is unknown color: approx Bisque. HEX triplet: FC, E5 and CD. RGB value is (252,229,205). Sum of RGB (Red+Green+Blue) = 252+229+205=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 205 (80.47% from 255 or 29.88% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5CD is #031A32. Grayscale: #E9E9E9. Windows color (decimal): -203315 or 13493756. OLE color: 13493756.

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

Color convert

RGB252229205-
CMYK00.090.190.01
HSL30.64º88.68%89.61%-
HSV(B)30.64º18.65%98.82%-
XYZ79.1881.1469.25-
YUV233.14112.12141.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.73%
GREEN value IS 229 (89.84% from 255) = 33.38%
BLUE value IS 205 (80.47% from 255) = 29.88%
R=36.73%
G=33.38%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222920500.090.190.0130.6488.6889.61
HexFCE5CD091311f595a
Octal37434531501123137131132
Binary111111001110010111001101010011001111111110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE5CD; }

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

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

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

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

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

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

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

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