#FDE1F3

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

Shades of Lavender Blush #FDE1F3

Tints of Lavender Blush #FDE1F3

Color information

#FDE1F3 (or 0xFDE1F3) is unknown color: approx Lavender Blush. HEX triplet: FD, E1 and F3. RGB value is (253,225,243). Sum of RGB (Red+Green+Blue) = 253+225+243=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 225 (88.28% from 255 or 31.21% from 721); Blue value is 243 (95.31% from 255 or 33.70% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE1F3 is #021E0C. Grayscale: #EBEBEB. Windows color (decimal): -138765 or 15983101. OLE color: 15983101.

HSL color Cylindrical-coordinate representation of color #FDE1F3: hue angle of 321.43º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDE1F3 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB253225243-
CMYK00.110.040.01
HSL321.43º87.5%93.73%-
HSV(B)321.43º11.07%99.22%-
XYZ83.6181.296.06-
YUV235.42132.28140.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.09%
GREEN value IS 225 (88.28% from 255) = 31.21%
BLUE value IS 243 (95.31% from 255) = 33.70%
R=35.09%
G=31.21%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322524300.110.040.01321.4387.593.73
HexFDE1F30B41141585e
Octal37534136301341501130136
Binary11111101111000011111001101011100110100000110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE1F3; }

 p { color: rgb(253,225,243); }

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

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

 a { background-color: rgb(253,225,243); }

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

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

 span { border-color: rgb(253,225,243); }

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