#FDE4D0

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

Shades of Serenade #FDE4D0

Tints of Serenade #FDE4D0

Color information

#FDE4D0 (or 0xFDE4D0) is unknown color: approx Serenade. HEX triplet: FD, E4 and D0. RGB value is (253,228,208). Sum of RGB (Red+Green+Blue) = 253+228+208=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 228 (89.45% from 255 or 33.09% from 689); Blue value is 208 (81.64% from 255 or 30.19% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4D0 is #021B2F. Grayscale: #E9E9E9. Windows color (decimal): -138032 or 13690109. OLE color: 13690109.

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

Color convert

RGB253228208-
CMYK00.100.180.01
HSL26.67º91.84%90.39%-
HSV(B)26.67º17.79%99.22%-
XYZ79.6480.9271.1-
YUV233.19113.78142.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.72%
GREEN value IS 228 (89.45% from 255) = 33.09%
BLUE value IS 208 (81.64% from 255) = 30.19%
R=36.72%
G=33.09%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322820800.100.180.0126.6791.8490.39
HexFDE4D00A1211b5c5a
Octal37534432001222133134132
Binary111111011110010011010000010101001011101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE4D0; }

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

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

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

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

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

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

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

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