#FDE3C2

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

Shades of Bisque #FDE3C2

Tints of Bisque #FDE3C2

Color information

#FDE3C2 (or 0xFDE3C2) is unknown color: approx Bisque. HEX triplet: FD, E3 and C2. RGB value is (253,227,194). Sum of RGB (Red+Green+Blue) = 253+227+194=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 227 (89.06% from 255 or 33.68% from 674); Blue value is 194 (76.17% from 255 or 28.78% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE3C2 is #021C3D. Grayscale: #E7E7E7. Windows color (decimal): -138302 or 12772349. OLE color: 12772349.

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

Color convert

RGB253227194-
CMYK00.100.230.01
HSL33.56º93.65%87.65%-
HSV(B)33.56º23.32%99.22%-
XYZ77.7179.7262.33-
YUV231.01107.11143.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.54%
GREEN value IS 227 (89.06% from 255) = 33.68%
BLUE value IS 194 (76.17% from 255) = 28.78%
R=37.54%
G=33.68%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322719400.100.230.0133.5693.6587.65
HexFDE3C20A171225e58
Octal37534330201227142136130
Binary1111110111100011110000100101010111110001010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE3C2; }

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

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

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

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

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

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

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

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