#FDE5CF

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

Shades of Serenade #FDE5CF

Tints of Serenade #FDE5CF

Color information

#FDE5CF (or 0xFDE5CF) is unknown color: approx Serenade. HEX triplet: FD, E5 and CF. RGB value is (253,229,207). Sum of RGB (Red+Green+Blue) = 253+229+207=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 207 (81.25% from 255 or 30.04% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE5CF is #021A30. Grayscale: #E9E9E9. Windows color (decimal): -137777 or 13624829. OLE color: 13624829.

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

Color convert

RGB253229207-
CMYK00.090.180.01
HSL28.7º92%90.2%-
HSV(B)28.7º18.18%99.22%-
XYZ79.7981.4370.54-
YUV233.67112.95141.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.72%
GREEN value IS 229 (89.84% from 255) = 33.24%
BLUE value IS 207 (81.25% from 255) = 30.04%
R=36.72%
G=33.24%
B=30.04%

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
Decimal25322920700.090.180.0128.79290.2
HexFDE5CF091211d5c5a
Octal37534531701122135134132
Binary111111011110010111001111010011001011110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE5CF; }

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

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

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

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

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

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

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

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