#FDECF0

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

Shades of Lavender Blush #FDECF0

Tints of Lavender Blush #FDECF0

Color information

#FDECF0 (or 0xFDECF0) is unknown color: approx Lavender Blush. HEX triplet: FD, EC and F0. RGB value is (253,236,240). Sum of RGB (Red+Green+Blue) = 253+236+240=729 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.71% from 729); Green value is 236 (92.58% from 255 or 32.37% from 729); Blue value is 240 (94.14% from 255 or 32.92% from 729); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDECF0 is #02130F. Grayscale: #F1F1F1. Windows color (decimal): -135952 or 15789309. OLE color: 15789309.

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

Color convert

RGB253236240-
CMYK00.070.050.01
HSL345.88º80.95%95.88%-
HSV(B)345.88º6.72%99.22%-
XYZ86.2387.1694.72-
YUV241.54127.13136.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.71%
GREEN value IS 236 (92.58% from 255) = 32.37%
BLUE value IS 240 (94.14% from 255) = 32.92%
R=34.71%
G=32.37%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323624000.070.050.01345.8880.9595.88
HexFDECF0075115a5160
Octal3753543600751532121140
Binary1111110111101100111100000111101110101101010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDECF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDECF0; }

 p { color: rgb(253,236,240); }

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

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

 a { background-color: rgb(253,236,240); }

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

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

 span { border-color: rgb(253,236,240); }

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