#FCE5CC

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

Shades of Bisque #FCE5CC

Tints of Bisque #FCE5CC

Color information

#FCE5CC (or 0xFCE5CC) is unknown color: approx Bisque. HEX triplet: FC, E5 and CC. RGB value is (252,229,204). Sum of RGB (Red+Green+Blue) = 252+229+204=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 229 (89.84% from 255 or 33.43% from 685); Blue value is 204 (80.08% from 255 or 29.78% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5CC is #031A33. Grayscale: #E9E9E9. Windows color (decimal): -203316 or 13428220. OLE color: 13428220.

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

Color convert

RGB252229204-
CMYK00.090.190.01
HSL31.25º88.89%89.41%-
HSV(B)31.25º19.05%98.82%-
XYZ79.0681.0968.61-
YUV233.03111.62141.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.79%
GREEN value IS 229 (89.84% from 255) = 33.43%
BLUE value IS 204 (80.08% from 255) = 29.78%
R=36.79%
G=33.43%
B=29.78%

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
Decimal25222920400.090.190.0131.2588.8989.41
HexFCE5CC091311f5959
Octal37434531401123137131131
Binary111111001110010111001100010011001111111110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE5CC; }

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

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

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

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

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

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

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

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