#FCEBDA

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

Shades of Serenade #FCEBDA

Tints of Serenade #FCEBDA

Color information

#FCEBDA (or 0xFCEBDA) is unknown color: approx Serenade. HEX triplet: FC, EB and DA. RGB value is (252,235,218). Sum of RGB (Red+Green+Blue) = 252+235+218=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 235 (92.19% from 255 or 33.33% from 705); Blue value is 218 (85.55% from 255 or 30.92% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBDA is #031425. Grayscale: #EEEEEE. Windows color (decimal): -201766 or 14347260. OLE color: 14347260.

HSL color Cylindrical-coordinate representation of color #FCEBDA: hue angle of 30º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCEBDA is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252235218-
CMYK00.070.130.01
HSL30º85%92.16%-
HSV(B)30º13.49%98.82%-
XYZ82.5185.1778.42-
YUV238.14116.63137.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.74%
GREEN value IS 235 (92.19% from 255) = 33.33%
BLUE value IS 218 (85.55% from 255) = 30.92%
R=35.74%
G=33.33%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223521800.070.130.01308592.16
HexFCEBDA07D11e555c
Octal3743533320715136125134
Binary1111110011101011110110100111110111111010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEBDA; }

 p { color: rgb(252,235,218); }

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

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

 a { background-color: rgb(252,235,218); }

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

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

 span { border-color: rgb(252,235,218); }

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