#FEEBD7

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

Shades of Serenade #FEEBD7

Tints of Serenade #FEEBD7

Color information

#FEEBD7 (or 0xFEEBD7) is unknown color: approx Serenade. HEX triplet: FE, EB and D7. RGB value is (254,235,215). Sum of RGB (Red+Green+Blue) = 254+235+215=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 235 (92.19% from 255 or 33.38% from 704); Blue value is 215 (84.38% from 255 or 30.54% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBD7 is #011428. Grayscale: #EEEEEE. Windows color (decimal): -70697 or 14150654. OLE color: 14150654.

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

Color convert

RGB254235215-
CMYK00.070.150.00
HSL30.77º95.12%91.96%-
HSV(B)30.77º15.35%99.61%-
XYZ82.8585.3976.41-
YUV238.4114.79139.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.08%
GREEN value IS 235 (92.19% from 255) = 33.38%
BLUE value IS 215 (84.38% from 255) = 30.54%
R=36.08%
G=33.38%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423521500.070.150.0030.7795.1291.96
HexFEEBD707F01f5f5c
Octal3763533270717037137134
Binary1111111011101011110101110111111101111110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBD7; }

 p { color: rgb(254,235,215); }

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

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

 a { background-color: rgb(254,235,215); }

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

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

 span { border-color: rgb(254,235,215); }

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