#FCE3CB

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

Shades of Bisque #FCE3CB

Tints of Bisque #FCE3CB

Color information

#FCE3CB (or 0xFCE3CB) is unknown color: approx Bisque. HEX triplet: FC, E3 and CB. RGB value is (252,227,203). Sum of RGB (Red+Green+Blue) = 252+227+203=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 227 (89.06% from 255 or 33.28% from 682); Blue value is 203 (79.69% from 255 or 29.77% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE3CB is #031C34. Grayscale: #E7E7E7. Windows color (decimal): -203829 or 13362172. OLE color: 13362172.

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

Color convert

RGB252227203-
CMYK00.100.190.01
HSL29.39º89.09%89.22%-
HSV(B)29.39º19.44%98.82%-
XYZ78.3979.9567.8-
YUV231.74111.78142.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.95%
GREEN value IS 227 (89.06% from 255) = 33.28%
BLUE value IS 203 (79.69% from 255) = 29.77%
R=36.95%
G=33.28%
B=29.77%

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
Decimal25222720300.100.190.0129.3989.0989.22
HexFCE3CB0A1311d5959
Octal37434331301223135131131
Binary111111001110001111001011010101001111110110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE3CB; }

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

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

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

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

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

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

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

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