#FFEAD6

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

Shades of Serenade #FFEAD6

Tints of Serenade #FFEAD6

Color information

#FFEAD6 (or 0xFFEAD6) is unknown color: approx Serenade. HEX triplet: FF, EA and D6. RGB value is (255,234,214). Sum of RGB (Red+Green+Blue) = 255+234+214=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 234 (91.80% from 255 or 33.29% from 703); Blue value is 214 (83.98% from 255 or 30.44% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEAD6 is #001529. Grayscale: #EEEEEE. Windows color (decimal): -5418 or 14084863. OLE color: 14084863.

HSL color Cylindrical-coordinate representation of color #FFEAD6: hue angle of 29.27º 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 #FFEAD6 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB255234214-
CMYK00.080.160
HSL29.27º100%91.96%-
HSV(B)29.27º16.08%100%-
XYZ82.884.9675.65-
YUV238114.46140.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.27%
GREEN value IS 234 (91.80% from 255) = 33.29%
BLUE value IS 214 (83.98% from 255) = 30.44%
R=36.27%
G=33.29%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523421400.080.16029.2710091.96
HexFFEAD6081001d645c
Octal37735232601020035144134
Binary111111111110101011010110010001000001110111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEAD6; }

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

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

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

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

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

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

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

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