#FDE5C5

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

Shades of Bisque #FDE5C5

Tints of Bisque #FDE5C5

Color information

#FDE5C5 (or 0xFDE5C5) is unknown color: approx Bisque. HEX triplet: FD, E5 and C5. RGB value is (253,229,197). Sum of RGB (Red+Green+Blue) = 253+229+197=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 229 (89.84% from 255 or 33.73% from 679); Blue value is 197 (77.34% from 255 or 29.01% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE5C5 is #021A3A. Grayscale: #E8E8E8. Windows color (decimal): -137787 or 12969469. OLE color: 12969469.

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

Color convert

RGB253229197-
CMYK00.090.220.01
HSL34.29º93.33%88.24%-
HSV(B)34.29º22.13%99.22%-
XYZ78.6180.9564.31-
YUV232.53107.95142.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.26%
GREEN value IS 229 (89.84% from 255) = 33.73%
BLUE value IS 197 (77.34% from 255) = 29.01%
R=37.26%
G=33.73%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322919700.090.220.0134.2993.3388.24
HexFDE5C509161225d58
Octal37534530501126142135130
Binary1111110111100101110001010100110110110001010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE5C5; }

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

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

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

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

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

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

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

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