#FFE6CE

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

Shades of Serenade #FFE6CE

Tints of Serenade #FFE6CE

Color information

#FFE6CE (or 0xFFE6CE) is unknown color: approx Serenade. HEX triplet: FF, E6 and CE. RGB value is (255,230,206). Sum of RGB (Red+Green+Blue) = 255+230+206=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 230 (90.23% from 255 or 33.29% from 691); Blue value is 206 (80.86% from 255 or 29.81% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6CE is #001931. Grayscale: #EAEAEA. Windows color (decimal): -6450 or 13559551. OLE color: 13559551.

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

Color convert

RGB255230206-
CMYK00.100.190
HSL29.39º100%90.39%-
HSV(B)29.39º19.22%100%-
XYZ80.6882.3170.03-
YUV234.74111.78142.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.90%
GREEN value IS 230 (90.23% from 255) = 33.29%
BLUE value IS 206 (80.86% from 255) = 29.81%
R=36.90%
G=33.29%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523020600.100.19029.3910090.39
HexFFE6CE0A1301d645a
Octal37734631601223035144132
Binary111111111110011011001110010101001101110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE6CE; }

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

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

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

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

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

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

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

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