#FDE1C4

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

Shades of Bisque #FDE1C4

Tints of Bisque #FDE1C4

Color information

#FDE1C4 (or 0xFDE1C4) is unknown color: approx Bisque. HEX triplet: FD, E1 and C4. RGB value is (253,225,196). Sum of RGB (Red+Green+Blue) = 253+225+196=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 225 (88.28% from 255 or 33.38% from 674); Blue value is 196 (76.95% from 255 or 29.08% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1C4 is #021E3B. Grayscale: #E6E6E6. Windows color (decimal): -138812 or 12902909. OLE color: 12902909.

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

Color convert

RGB253225196-
CMYK00.110.230.01
HSL30.53º93.44%88.04%-
HSV(B)30.53º22.53%99.22%-
XYZ77.478.7263.34-
YUV230.07108.78144.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.54%
GREEN value IS 225 (88.28% from 255) = 33.38%
BLUE value IS 196 (76.95% from 255) = 29.08%
R=37.54%
G=33.38%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322519600.110.230.0130.5393.4488.04
HexFDE1C40B1711f5d58
Octal37534130401327137135130
Binary111111011110000111000100010111011111111110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE1C4; }

 p { color: rgb(253,225,196); }

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

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

 a { background-color: rgb(253,225,196); }

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

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

 span { border-color: rgb(253,225,196); }

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