#FDEBDB

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

Shades of Serenade #FDEBDB

Tints of Serenade #FDEBDB

Color information

#FDEBDB (or 0xFDEBDB) is unknown color: approx Serenade. HEX triplet: FD, EB and DB. RGB value is (253,235,219). Sum of RGB (Red+Green+Blue) = 253+235+219=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 235 (92.19% from 255 or 33.24% from 707); Blue value is 219 (85.94% from 255 or 30.98% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEBDB is #021424. Grayscale: #EEEEEE. Windows color (decimal): -136229 or 14412797. OLE color: 14412797.

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

Color convert

RGB253235219-
CMYK00.070.130.01
HSL28.24º89.47%92.55%-
HSV(B)28.24º13.44%99.22%-
XYZ8385.4179.13-
YUV238.56116.96138.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.79%
GREEN value IS 235 (92.19% from 255) = 33.24%
BLUE value IS 219 (85.94% from 255) = 30.98%
R=35.79%
G=33.24%
B=30.98%

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
Decimal25323521900.070.130.0128.2489.4792.55
HexFDEBDB07D11c595d
Octal3753533330715134131135
Binary1111110111101011110110110111110111110010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEBDB; }

 p { color: rgb(253,235,219); }

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

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

 a { background-color: rgb(253,235,219); }

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

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

 span { border-color: rgb(253,235,219); }

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