#FDE4CC

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

Shades of Bisque #FDE4CC

Tints of Bisque #FDE4CC

Color information

#FDE4CC (or 0xFDE4CC) is unknown color: approx Bisque. HEX triplet: FD, E4 and CC. RGB value is (253,228,204). Sum of RGB (Red+Green+Blue) = 253+228+204=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 204 (80.08% from 255 or 29.78% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4CC is #021B33. Grayscale: #E8E8E8. Windows color (decimal): -138036 or 13427965. OLE color: 13427965.

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

Color convert

RGB253228204-
CMYK00.100.190.01
HSL29.39º92.45%89.61%-
HSV(B)29.39º19.37%99.22%-
XYZ79.1580.7368.54-
YUV232.74111.78142.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.93%
GREEN value IS 228 (89.45% from 255) = 33.28%
BLUE value IS 204 (80.08% from 255) = 29.78%
R=36.93%
G=33.28%
B=29.78%

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
Decimal25322820400.100.190.0129.3992.4589.61
HexFDE4CC0A1311d5c5a
Octal37534431401223135134132
Binary111111011110010011001100010101001111110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE4CC; }

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

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

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

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

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

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

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

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