#FDE5CA

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

Shades of Bisque #FDE5CA

Tints of Bisque #FDE5CA

Color information

#FDE5CA (or 0xFDE5CA) is unknown color: approx Bisque. HEX triplet: FD, E5 and CA. RGB value is (253,229,202). Sum of RGB (Red+Green+Blue) = 253+229+202=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 229 (89.84% from 255 or 33.48% from 684); Blue value is 202 (79.30% from 255 or 29.53% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE5CA is #021A35. Grayscale: #E9E9E9. Windows color (decimal): -137782 or 13297149. OLE color: 13297149.

HSL color Cylindrical-coordinate representation of color #FDE5CA: hue angle of 31.76º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDE5CA is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB253229202-
CMYK00.090.200.01
HSL31.76º92.73%89.22%-
HSV(B)31.76º20.16%99.22%-
XYZ79.1981.1967.37-
YUV233.1110.45142.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.99%
GREEN value IS 229 (89.84% from 255) = 33.48%
BLUE value IS 202 (79.30% from 255) = 29.53%
R=36.99%
G=33.48%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322920200.090.200.0131.7692.7389.22
HexFDE5CA09141205d59
Octal37534531201124140135131
Binary1111110111100101110010100100110100110000010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE5CA; }

 p { color: rgb(253,229,202); }

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

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

 a { background-color: rgb(253,229,202); }

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

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

 span { border-color: rgb(253,229,202); }

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