#FFEAD5

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

Shades of Serenade #FFEAD5

Tints of Serenade #FFEAD5

Color information

#FFEAD5 (or 0xFFEAD5) is unknown color: approx Serenade. HEX triplet: FF, EA and D5. RGB value is (255,234,213). Sum of RGB (Red+Green+Blue) = 255+234+213=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 213 (83.59% from 255 or 30.34% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEAD5 is #00152A. Grayscale: #EDEDED. Windows color (decimal): -5419 or 14019327. OLE color: 14019327.

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

Color convert

RGB255234213-
CMYK00.080.160
HSL30º100%91.76%-
HSV(B)30º16.47%100%-
XYZ82.6784.9174.98-
YUV237.89113.96140.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.32%
GREEN value IS 234 (91.80% from 255) = 33.33%
BLUE value IS 213 (83.59% from 255) = 30.34%
R=36.32%
G=33.33%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523421300.080.1603010091.76
HexFFEAD5081001e645c
Octal37735232501020036144134
Binary111111111110101011010101010001000001111011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEAD5; }

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

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

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

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

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

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

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

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