#FCE2CB

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

Shades of Bisque #FCE2CB

Tints of Bisque #FCE2CB

Color information

#FCE2CB (or 0xFCE2CB) is unknown color: approx Bisque. HEX triplet: FC, E2 and CB. RGB value is (252,226,203). Sum of RGB (Red+Green+Blue) = 252+226+203=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 226 (88.67% from 255 or 33.19% from 681); Blue value is 203 (79.69% from 255 or 29.81% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2CB is #031D34. Grayscale: #E7E7E7. Windows color (decimal): -204085 or 13361916. OLE color: 13361916.

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

Color convert

RGB252226203-
CMYK00.100.190.01
HSL28.16º89.09%89.22%-
HSV(B)28.16º19.44%98.82%-
XYZ78.1279.467.71-
YUV231.15112.11142.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.00%
GREEN value IS 226 (88.67% from 255) = 33.19%
BLUE value IS 203 (79.69% from 255) = 29.81%
R=37.00%
G=33.19%
B=29.81%

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
Decimal25222620300.100.190.0128.1689.0989.22
HexFCE2CB0A1311c5959
Octal37434231301223134131131
Binary111111001110001011001011010101001111110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE2CB; }

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

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

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

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

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

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

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

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