#FCE3CC

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

Shades of Bisque #FCE3CC

Tints of Bisque #FCE3CC

Color information

#FCE3CC (or 0xFCE3CC) is unknown color: approx Bisque. HEX triplet: FC, E3 and CC. RGB value is (252,227,204). Sum of RGB (Red+Green+Blue) = 252+227+204=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 204 (80.08% from 255 or 29.87% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE3CC is #031C33. Grayscale: #E7E7E7. Windows color (decimal): -203828 or 13427708. OLE color: 13427708.

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

Color convert

RGB252227204-
CMYK00.100.190.01
HSL28.75º88.89%89.41%-
HSV(B)28.75º19.05%98.82%-
XYZ78.5179.9968.43-
YUV231.85112.28142.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.90%
GREEN value IS 227 (89.06% from 255) = 33.24%
BLUE value IS 204 (80.08% from 255) = 29.87%
R=36.90%
G=33.24%
B=29.87%

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
Decimal25222720400.100.190.0128.7588.8989.41
HexFCE3CC0A1311d5959
Octal37434331401223135131131
Binary111111001110001111001100010101001111110110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE3CC; }

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

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

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

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

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

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

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

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