#FDECF4

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

Shades of Lavender Blush #FDECF4

Tints of Lavender Blush #FDECF4

Color information

#FDECF4 (or 0xFDECF4) is unknown color: approx Lavender Blush. HEX triplet: FD, EC and F4. RGB value is (253,236,244). Sum of RGB (Red+Green+Blue) = 253+236+244=733 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.52% from 733); Green value is 236 (92.58% from 255 or 32.20% from 733); Blue value is 244 (95.70% from 255 or 33.29% from 733); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDECF4 is #02130B. Grayscale: #F1F1F1. Windows color (decimal): -135948 or 16051453. OLE color: 16051453.

HSL color Cylindrical-coordinate representation of color #FDECF4: hue angle of 331.76º 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 #FDECF4 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB253236244-
CMYK00.070.040.01
HSL331.76º80.95%95.88%-
HSV(B)331.76º6.72%99.22%-
XYZ86.8387.4197.88-
YUV241.99129.13135.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.52%
GREEN value IS 236 (92.58% from 255) = 32.20%
BLUE value IS 244 (95.70% from 255) = 33.29%
R=34.52%
G=32.20%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323624400.070.040.01331.7680.9595.88
HexFDECF4074114c5160
Octal3753543640741514121140
Binary1111110111101100111101000111100110100110010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDECF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDECF4; }

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

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

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

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

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

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

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

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