#FDE5D0

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

Shades of Serenade #FDE5D0

Tints of Serenade #FDE5D0

Color information

#FDE5D0 (or 0xFDE5D0) is unknown color: approx Serenade. HEX triplet: FD, E5 and D0. RGB value is (253,229,208). Sum of RGB (Red+Green+Blue) = 253+229+208=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 229 (89.84% from 255 or 33.19% from 690); Blue value is 208 (81.64% from 255 or 30.14% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE5D0 is #021A2F. Grayscale: #E9E9E9. Windows color (decimal): -137776 or 13690365. OLE color: 13690365.

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

Color convert

RGB253229208-
CMYK00.090.180.01
HSL28º91.84%90.39%-
HSV(B)28º17.79%99.22%-
XYZ79.9181.4871.19-
YUV233.78113.45141.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.67%
GREEN value IS 229 (89.84% from 255) = 33.19%
BLUE value IS 208 (81.64% from 255) = 30.14%
R=36.67%
G=33.19%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322920800.090.180.012891.8490.39
HexFDE5D0091211c5c5a
Octal37534532001122134134132
Binary111111011110010111010000010011001011110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE5D0; }

 p { color: rgb(253,229,208); }

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

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

 a { background-color: rgb(253,229,208); }

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

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

 span { border-color: rgb(253,229,208); }

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