#FDE2C0

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

Shades of Bisque #FDE2C0

Tints of Bisque #FDE2C0

Color information

#FDE2C0 (or 0xFDE2C0) is unknown color: approx Bisque. HEX triplet: FD, E2 and C0. RGB value is (253,226,192). Sum of RGB (Red+Green+Blue) = 253+226+192=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 192 (75.39% from 255 or 28.61% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2C0 is #021D3F. Grayscale: #E6E6E6. Windows color (decimal): -138560 or 12641021. OLE color: 12641021.

HSL color Cylindrical-coordinate representation of color #FDE2C0: hue angle of 33.44º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDE2C0 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB253226192-
CMYK00.110.240.01
HSL33.44º93.85%87.25%-
HSV(B)33.44º24.11%99.22%-
XYZ77.2279.0861.06-
YUV230.2106.45144.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.70%
GREEN value IS 226 (88.67% from 255) = 33.68%
BLUE value IS 192 (75.39% from 255) = 28.61%
R=37.70%
G=33.68%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322619200.110.240.0133.4493.8587.25
HexFDE2C00B181215e57
Octal37534230001330141136127
Binary1111110111100010110000000101111000110000110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE2C0; }

 p { color: rgb(253,226,192); }

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

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

 a { background-color: rgb(253,226,192); }

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

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

 span { border-color: rgb(253,226,192); }

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