#FDE1C2

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

Shades of Bisque #FDE1C2

Tints of Bisque #FDE1C2

Color information

#FDE1C2 (or 0xFDE1C2) is unknown color: approx Bisque. HEX triplet: FD, E1 and C2. RGB value is (253,225,194). Sum of RGB (Red+Green+Blue) = 253+225+194=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 194 (76.17% from 255 or 28.87% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1C2 is #021E3D. Grayscale: #E5E5E5. Windows color (decimal): -138814 or 12771837. OLE color: 12771837.

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

Color convert

RGB253225194-
CMYK00.110.230.01
HSL31.53º93.65%87.65%-
HSV(B)31.53º23.32%99.22%-
XYZ77.1778.6362.15-
YUV229.84107.78144.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.65%
GREEN value IS 225 (88.28% from 255) = 33.48%
BLUE value IS 194 (76.17% from 255) = 28.87%
R=37.65%
G=33.48%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322519400.110.230.0131.5393.6587.65
HexFDE1C20B171205e58
Octal37534130201327140136130
Binary1111110111100001110000100101110111110000010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE1C2; }

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

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

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

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

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

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

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

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