#FDE4CD

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

Shades of Bisque #FDE4CD

Tints of Bisque #FDE4CD

Color information

#FDE4CD (or 0xFDE4CD) is unknown color: approx Bisque. HEX triplet: FD, E4 and CD. RGB value is (253,228,205). Sum of RGB (Red+Green+Blue) = 253+228+205=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 228 (89.45% from 255 or 33.24% from 686); Blue value is 205 (80.47% from 255 or 29.88% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4CD is #021B32. Grayscale: #E8E8E8. Windows color (decimal): -138035 or 13493501. OLE color: 13493501.

HSL color Cylindrical-coordinate representation of color #FDE4CD: hue angle of 28.75º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDE4CD is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB253228205-
CMYK00.100.190.01
HSL28.75º92.31%89.8%-
HSV(B)28.75º18.97%99.22%-
XYZ79.2780.7869.17-
YUV232.85112.28142.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.88%
GREEN value IS 228 (89.45% from 255) = 33.24%
BLUE value IS 205 (80.47% from 255) = 29.88%
R=36.88%
G=33.24%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322820500.100.190.0128.7592.3189.8
HexFDE4CD0A1311d5c5a
Octal37534431501223135134132
Binary111111011110010011001101010101001111110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE4CD; }

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

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

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

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

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

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

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

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