#FFEBD4

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

Shades of Serenade #FFEBD4

Tints of Serenade #FFEBD4

Color information

#FFEBD4 (or 0xFFEBD4) is unknown color: approx Serenade. HEX triplet: FF, EB and D4. RGB value is (255,235,212). Sum of RGB (Red+Green+Blue) = 255+235+212=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 235 (92.19% from 255 or 33.48% from 702); Blue value is 212 (83.20% from 255 or 30.20% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEBD4 is #00142B. Grayscale: #EEEEEE. Windows color (decimal): -5164 or 13954047. OLE color: 13954047.

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

Color convert

RGB255235212-
CMYK00.080.170
HSL32.09º100%91.57%-
HSV(B)32.09º16.86%100%-
XYZ82.8385.4374.41-
YUV238.36113.13139.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.32%
GREEN value IS 235 (92.19% from 255) = 33.48%
BLUE value IS 212 (83.20% from 255) = 30.20%
R=36.32%
G=33.48%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523521200.080.17032.0910091.57
HexFFEBD40811020645c
Octal37735332401021040144134
Binary1111111111101011110101000100010001010000011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEBD4; }

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

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

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

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

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

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

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

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