#FDE4C5

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

Shades of Bisque #FDE4C5

Tints of Bisque #FDE4C5

Color information

#FDE4C5 (or 0xFDE4C5) is unknown color: approx Bisque. HEX triplet: FD, E4 and C5. RGB value is (253,228,197). Sum of RGB (Red+Green+Blue) = 253+228+197=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 228 (89.45% from 255 or 33.63% from 678); Blue value is 197 (77.34% from 255 or 29.06% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4C5 is #021B3A. Grayscale: #E8E8E8. Windows color (decimal): -138043 or 12969213. OLE color: 12969213.

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

Color convert

RGB253228197-
CMYK00.100.220.01
HSL33.21º93.33%88.24%-
HSV(B)33.21º22.13%99.22%-
XYZ78.3380.464.21-
YUV231.94108.28143.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.32%
GREEN value IS 228 (89.45% from 255) = 33.63%
BLUE value IS 197 (77.34% from 255) = 29.06%
R=37.32%
G=33.63%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322819700.100.220.0133.2193.3388.24
HexFDE4C50A161215d58
Octal37534430501226141135130
Binary1111110111100100110001010101010110110000110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE4C5; }

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

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

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

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

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

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

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

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