#FFE6D0

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

Shades of Serenade #FFE6D0

Tints of Serenade #FFE6D0

Color information

#FFE6D0 (or 0xFFE6D0) is unknown color: approx Serenade. HEX triplet: FF, E6 and D0. RGB value is (255,230,208). Sum of RGB (Red+Green+Blue) = 255+230+208=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 230 (90.23% from 255 or 33.19% from 693); Blue value is 208 (81.64% from 255 or 30.01% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6D0 is #00192F. Grayscale: #EBEBEB. Windows color (decimal): -6448 or 13690623. OLE color: 13690623.

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

Color convert

RGB255230208-
CMYK00.100.180
HSL28.09º100%90.78%-
HSV(B)28.09º18.43%100%-
XYZ80.9282.4171.32-
YUV234.97112.78142.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.80%
GREEN value IS 230 (90.23% from 255) = 33.19%
BLUE value IS 208 (81.64% from 255) = 30.01%
R=36.80%
G=33.19%
B=30.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523020800.100.18028.0910090.78
HexFFE6D00A1201c645b
Octal37734632001222034144133
Binary111111111110011011010000010101001001110011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE6D0; }

 p { color: rgb(255,230,208); }

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

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

 a { background-color: rgb(255,230,208); }

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

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

 span { border-color: rgb(255,230,208); }

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