#FEECDA

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

Shades of Serenade #FEECDA

Tints of Serenade #FEECDA

Color information

#FEECDA (or 0xFEECDA) is unknown color: approx Serenade. HEX triplet: FE, EC and DA. RGB value is (254,236,218). Sum of RGB (Red+Green+Blue) = 254+236+218=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 236 (92.58% from 255 or 33.33% from 708); Blue value is 218 (85.55% from 255 or 30.79% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECDA is #011325. Grayscale: #EFEFEF. Windows color (decimal): -70438 or 14347518. OLE color: 14347518.

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

Color convert

RGB254236218-
CMYK00.070.140.00
HSL30º94.74%92.55%-
HSV(B)30º14.17%99.61%-
XYZ83.5286.1278.55-
YUV239.33115.96138.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.88%
GREEN value IS 236 (92.58% from 255) = 33.33%
BLUE value IS 218 (85.55% from 255) = 30.79%
R=35.88%
G=33.33%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423621800.070.140.003094.7492.55
HexFEECDA07E01e5f5d
Octal3763543320716036137135
Binary1111111011101100110110100111111001111010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEECDA; }

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

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

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

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

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

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

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

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