#FDE2CC

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

Shades of Bisque #FDE2CC

Tints of Bisque #FDE2CC

Color information

#FDE2CC (or 0xFDE2CC) is unknown color: approx Bisque. HEX triplet: FD, E2 and CC. RGB value is (253,226,204). Sum of RGB (Red+Green+Blue) = 253+226+204=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 204 (80.08% from 255 or 29.87% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2CC is #021D33. Grayscale: #E7E7E7. Windows color (decimal): -138548 or 13427453. OLE color: 13427453.

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

Color convert

RGB253226204-
CMYK00.110.190.01
HSL26.94º92.45%89.61%-
HSV(B)26.94º19.37%99.22%-
XYZ78.679.6368.35-
YUV231.56112.45143.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.04%
GREEN value IS 226 (88.67% from 255) = 33.09%
BLUE value IS 204 (80.08% from 255) = 29.87%
R=37.04%
G=33.09%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322620400.110.190.0126.9492.4589.61
HexFDE2CC0B1311b5c5a
Octal37534231401323133134132
Binary111111011110001011001100010111001111101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE2CC; }

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

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

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

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

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

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

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

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