#FDE3CF

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

Shades of Serenade #FDE3CF

Tints of Serenade #FDE3CF

Color information

#FDE3CF (or 0xFDE3CF) is unknown color: approx Serenade. HEX triplet: FD, E3 and CF. RGB value is (253,227,207). Sum of RGB (Red+Green+Blue) = 253+227+207=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 227 (89.06% from 255 or 33.04% from 687); Blue value is 207 (81.25% from 255 or 30.13% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE3CF is #021C30. Grayscale: #E8E8E8. Windows color (decimal): -138289 or 13624317. OLE color: 13624317.

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

Color convert

RGB253227207-
CMYK00.100.180.01
HSL26.09º92%90.2%-
HSV(B)26.09º18.18%99.22%-
XYZ79.2480.3370.36-
YUV232.49113.61142.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.83%
GREEN value IS 227 (89.06% from 255) = 33.04%
BLUE value IS 207 (81.25% from 255) = 30.13%
R=36.83%
G=33.04%
B=30.13%

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
Decimal25322720700.100.180.0126.099290.2
HexFDE3CF0A1211a5c5a
Octal37534331701222132134132
Binary111111011110001111001111010101001011101010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE3CF; }

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

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

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

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

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

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

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

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