#FCE2CC

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

Shades of Bisque #FCE2CC

Tints of Bisque #FCE2CC

Color information

#FCE2CC (or 0xFCE2CC) is unknown color: approx Bisque. HEX triplet: FC, E2 and CC. RGB value is (252,226,204). Sum of RGB (Red+Green+Blue) = 252+226+204=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 204 (80.08% from 255 or 29.91% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2CC is #031D33. Grayscale: #E7E7E7. Windows color (decimal): -204084 or 13427452. OLE color: 13427452.

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

Color convert

RGB252226204-
CMYK00.100.190.01
HSL27.5º88.89%89.41%-
HSV(B)27.5º19.05%98.82%-
XYZ78.2479.4568.34-
YUV231.27112.61142.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.95%
GREEN value IS 226 (88.67% from 255) = 33.14%
BLUE value IS 204 (80.08% from 255) = 29.91%
R=36.95%
G=33.14%
B=29.91%

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
Decimal25222620400.100.190.0127.588.8989.41
HexFCE2CC0A1311c5959
Octal37434231401223134131131
Binary111111001110001011001100010101001111110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE2CC; }

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

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

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

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

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

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

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

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