#FCE2CD

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

Shades of Bisque #FCE2CD

Tints of Bisque #FCE2CD

Color information

#FCE2CD (or 0xFCE2CD) is unknown color: approx Bisque. HEX triplet: FC, E2 and CD. RGB value is (252,226,205). Sum of RGB (Red+Green+Blue) = 252+226+205=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 205 (80.47% from 255 or 30.01% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2CD is #031D32. Grayscale: #E7E7E7. Windows color (decimal): -204083 or 13492988. OLE color: 13492988.

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

Color convert

RGB252226205-
CMYK00.100.190.01
HSL26.81º88.68%89.61%-
HSV(B)26.81º18.65%98.82%-
XYZ78.3679.568.97-
YUV231.38113.11142.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.90%
GREEN value IS 226 (88.67% from 255) = 33.09%
BLUE value IS 205 (80.47% from 255) = 30.01%
R=36.90%
G=33.09%
B=30.01%

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
Decimal25222620500.100.190.0126.8188.6889.61
HexFCE2CD0A1311b595a
Octal37434231501223133131132
Binary111111001110001011001101010101001111101110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE2CD; }

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

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

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

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

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

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

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

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