#FFECDA

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

Shades of Serenade #FFECDA

Tints of Serenade #FFECDA

Color information

#FFECDA (or 0xFFECDA) is unknown color: approx Serenade. HEX triplet: FF, EC and DA. RGB value is (255,236,218). Sum of RGB (Red+Green+Blue) = 255+236+218=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 236 (92.58% from 255 or 33.29% from 709); Blue value is 218 (85.55% from 255 or 30.75% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECDA is #001325. Grayscale: #EFEFEF. Windows color (decimal): -4902 or 14347519. OLE color: 14347519.

HSL color Cylindrical-coordinate representation of color #FFECDA: hue angle of 29.19º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFECDA is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB255236218-
CMYK00.070.150
HSL29.19º100%92.75%-
HSV(B)29.19º14.51%100%-
XYZ83.8986.3178.57-
YUV239.63115.79138.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.97%
GREEN value IS 236 (92.58% from 255) = 33.29%
BLUE value IS 218 (85.55% from 255) = 30.75%
R=35.97%
G=33.29%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523621800.070.15029.1910092.75
HexFFECDA07F01d645d
Octal3773543320717035144135
Binary1111111111101100110110100111111101110111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFECDA; }

 p { color: rgb(255,236,218); }

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

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

 a { background-color: rgb(255,236,218); }

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

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

 span { border-color: rgb(255,236,218); }

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