#FDE2CF

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

Shades of Serenade #FDE2CF

Tints of Serenade #FDE2CF

Color information

#FDE2CF (or 0xFDE2CF) is unknown color: approx Serenade. HEX triplet: FD, E2 and CF. RGB value is (253,226,207). Sum of RGB (Red+Green+Blue) = 253+226+207=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 207 (81.25% from 255 or 30.17% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2CF is #021D30. Grayscale: #E8E8E8. Windows color (decimal): -138545 or 13624061. OLE color: 13624061.

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

Color convert

RGB253226207-
CMYK00.110.180.01
HSL24.78º92%90.2%-
HSV(B)24.78º18.18%99.22%-
XYZ78.9779.7870.27-
YUV231.91113.95143.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.88%
GREEN value IS 226 (88.67% from 255) = 32.94%
BLUE value IS 207 (81.25% from 255) = 30.17%
R=36.88%
G=32.94%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322620700.110.180.0124.789290.2
HexFDE2CF0B121195c5a
Octal37534231701322131134132
Binary111111011110001011001111010111001011100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE2CF; }

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

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

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

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

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

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

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

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