#FDE1C0

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

Shades of Bisque #FDE1C0

Tints of Bisque #FDE1C0

Color information

#FDE1C0 (or 0xFDE1C0) is unknown color: approx Bisque. HEX triplet: FD, E1 and C0. RGB value is (253,225,192). Sum of RGB (Red+Green+Blue) = 253+225+192=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 225 (88.28% from 255 or 33.58% from 670); Blue value is 192 (75.39% from 255 or 28.66% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1C0 is #021E3F. Grayscale: #E5E5E5. Windows color (decimal): -138816 or 12640765. OLE color: 12640765.

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

Color convert

RGB253225192-
CMYK00.110.240.01
HSL32.46º93.85%87.25%-
HSV(B)32.46º24.11%99.22%-
XYZ76.9578.5460.97-
YUV229.61106.78144.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.76%
GREEN value IS 225 (88.28% from 255) = 33.58%
BLUE value IS 192 (75.39% from 255) = 28.66%
R=37.76%
G=33.58%
B=28.66%

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
Decimal25322519200.110.240.0132.4693.8587.25
HexFDE1C00B181205e57
Octal37534130001330140136127
Binary1111110111100001110000000101111000110000010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE1C0; }

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

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

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

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

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

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

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

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