#FFEBD6

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

Shades of Serenade #FFEBD6

Tints of Serenade #FFEBD6

Color information

#FFEBD6 (or 0xFFEBD6) is unknown color: approx Serenade. HEX triplet: FF, EB and D6. RGB value is (255,235,214). Sum of RGB (Red+Green+Blue) = 255+235+214=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 235 (92.19% from 255 or 33.38% from 704); Blue value is 214 (83.98% from 255 or 30.40% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBD6 is #001429. Grayscale: #EEEEEE. Windows color (decimal): -5162 or 14085119. OLE color: 14085119.

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

Color convert

RGB255235214-
CMYK00.080.160
HSL30.73º100%91.96%-
HSV(B)30.73º16.08%100%-
XYZ83.0985.5375.75-
YUV238.59114.13139.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.22%
GREEN value IS 235 (92.19% from 255) = 33.38%
BLUE value IS 214 (83.98% from 255) = 30.40%
R=36.22%
G=33.38%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523521400.080.16030.7310091.96
HexFFEBD6081001f645c
Octal37735332601020037144134
Binary111111111110101111010110010001000001111111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEBD6; }

 p { color: rgb(255,235,214); }

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

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

 a { background-color: rgb(255,235,214); }

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

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

 span { border-color: rgb(255,235,214); }

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