#FDE6D6

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

Shades of Serenade #FDE6D6

Tints of Serenade #FDE6D6

Color information

#FDE6D6 (or 0xFDE6D6) is unknown color: approx Serenade. HEX triplet: FD, E6 and D6. RGB value is (253,230,214). Sum of RGB (Red+Green+Blue) = 253+230+214=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 230 (90.23% from 255 or 33.00% from 697); Blue value is 214 (83.98% from 255 or 30.70% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE6D6 is #021929. Grayscale: #EBEBEB. Windows color (decimal): -137514 or 14083837. OLE color: 14083837.

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

Color convert

RGB253230214-
CMYK00.090.150.01
HSL24.62º90.7%91.57%-
HSV(B)24.62º15.42%99.22%-
XYZ80.9482.3375.24-
YUV235.05116.12140.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.30%
GREEN value IS 230 (90.23% from 255) = 33.00%
BLUE value IS 214 (83.98% from 255) = 30.70%
R=36.30%
G=33.00%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323021400.090.150.0124.6290.791.57
HexFDE6D609F1195b5c
Octal37534632601117131133134
Binary11111101111001101101011001001111111100110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE6D6; }

 p { color: rgb(253,230,214); }

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

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

 a { background-color: rgb(253,230,214); }

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

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

 span { border-color: rgb(253,230,214); }

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