#FDE4C2

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

Shades of Bisque #FDE4C2

Tints of Bisque #FDE4C2

Color information

#FDE4C2 (or 0xFDE4C2) is unknown color: approx Bisque. HEX triplet: FD, E4 and C2. RGB value is (253,228,194). Sum of RGB (Red+Green+Blue) = 253+228+194=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 228 (89.45% from 255 or 33.78% from 675); Blue value is 194 (76.17% from 255 or 28.74% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4C2 is #021B3D. Grayscale: #E7E7E7. Windows color (decimal): -138046 or 12772605. OLE color: 12772605.

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

Color convert

RGB253228194-
CMYK00.100.230.01
HSL34.58º93.65%87.65%-
HSV(B)34.58º23.32%99.22%-
XYZ77.9980.2662.42-
YUV231.6106.78143.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.48%
GREEN value IS 228 (89.45% from 255) = 33.78%
BLUE value IS 194 (76.17% from 255) = 28.74%
R=37.48%
G=33.78%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322819400.100.230.0134.5893.6587.65
HexFDE4C20A171235e58
Octal37534430201227143136130
Binary1111110111100100110000100101010111110001110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE4C2; }

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

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

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

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

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

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

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

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