#FCE2C9

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

Shades of Bisque #FCE2C9

Tints of Bisque #FCE2C9

Color information

#FCE2C9 (or 0xFCE2C9) is unknown color: approx Bisque. HEX triplet: FC, E2 and C9. RGB value is (252,226,201). Sum of RGB (Red+Green+Blue) = 252+226+201=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 201 (78.91% from 255 or 29.60% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2C9 is #031D36. Grayscale: #E7E7E7. Windows color (decimal): -204087 or 13230844. OLE color: 13230844.

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

Color convert

RGB252226201-
CMYK00.100.200.01
HSL29.41º89.47%88.82%-
HSV(B)29.41º20.24%98.82%-
XYZ77.8879.3166.46-
YUV230.92111.11143.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.11%
GREEN value IS 226 (88.67% from 255) = 33.28%
BLUE value IS 201 (78.91% from 255) = 29.60%
R=37.11%
G=33.28%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222620100.100.200.0129.4189.4788.82
HexFCE2C90A1411d5959
Octal37434231101224135131131
Binary111111001110001011001001010101010011110110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE2C9; }

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

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

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

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

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

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

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

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