#FDE3CA

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

Shades of Bisque #FDE3CA

Tints of Bisque #FDE3CA

Color information

#FDE3CA (or 0xFDE3CA) is unknown color: approx Bisque. HEX triplet: FD, E3 and CA. RGB value is (253,227,202). Sum of RGB (Red+Green+Blue) = 253+227+202=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 227 (89.06% from 255 or 33.28% from 682); Blue value is 202 (79.30% from 255 or 29.62% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE3CA is #021C35. Grayscale: #E8E8E8. Windows color (decimal): -138294 or 13296637. OLE color: 13296637.

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

Color convert

RGB253227202-
CMYK00.100.200.01
HSL29.41º92.73%89.22%-
HSV(B)29.41º20.16%99.22%-
XYZ78.6480.0967.19-
YUV231.92111.11143.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.10%
GREEN value IS 227 (89.06% from 255) = 33.28%
BLUE value IS 202 (79.30% from 255) = 29.62%
R=37.10%
G=33.28%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322720200.100.200.0129.4192.7389.22
HexFDE3CA0A1411d5d59
Octal37534331201224135135131
Binary111111011110001111001010010101010011110110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE3CA; }

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

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

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

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

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

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

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

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