#FDE2CA

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

Shades of Bisque #FDE2CA

Tints of Bisque #FDE2CA

Color information

#FDE2CA (or 0xFDE2CA) is unknown color: approx Bisque. HEX triplet: FD, E2 and CA. RGB value is (253,226,202). Sum of RGB (Red+Green+Blue) = 253+226+202=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 226 (88.67% from 255 or 33.19% from 681); Blue value is 202 (79.30% from 255 or 29.66% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2CA is #021D35. Grayscale: #E7E7E7. Windows color (decimal): -138550 or 13296381. OLE color: 13296381.

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

Color convert

RGB253226202-
CMYK00.110.200.01
HSL28.24º92.73%89.22%-
HSV(B)28.24º20.16%99.22%-
XYZ78.3779.5467.1-
YUV231.34111.45143.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.15%
GREEN value IS 226 (88.67% from 255) = 33.19%
BLUE value IS 202 (79.30% from 255) = 29.66%
R=37.15%
G=33.19%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322620200.110.200.0128.2492.7389.22
HexFDE2CA0B1411c5d59
Octal37534231201324134135131
Binary111111011110001011001010010111010011110010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE2CA; }

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

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

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

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

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

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

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

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