#FEEBDA

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

Shades of Serenade #FEEBDA

Tints of Serenade #FEEBDA

Color information

#FEEBDA (or 0xFEEBDA) is unknown color: approx Serenade. HEX triplet: FE, EB and DA. RGB value is (254,235,218). Sum of RGB (Red+Green+Blue) = 254+235+218=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 235 (92.19% from 255 or 33.24% from 707); Blue value is 218 (85.55% from 255 or 30.83% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBDA is #011425. Grayscale: #EEEEEE. Windows color (decimal): -70694 or 14347262. OLE color: 14347262.

HSL color Cylindrical-coordinate representation of color #FEEBDA: hue angle of 28.33º 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 #FEEBDA is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB254235218-
CMYK00.070.140.00
HSL28.33º94.74%92.55%-
HSV(B)28.33º14.17%99.61%-
XYZ83.2485.5578.46-
YUV238.74116.29138.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.93%
GREEN value IS 235 (92.19% from 255) = 33.24%
BLUE value IS 218 (85.55% from 255) = 30.83%
R=35.93%
G=33.24%
B=30.83%

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
Decimal25423521800.070.140.0028.3394.7492.55
HexFEEBDA07E01c5f5d
Octal3763533320716034137135
Binary1111111011101011110110100111111001110010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBDA; }

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

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

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

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

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

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

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

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