#FDE4F0

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

Shades of Lavender Blush #FDE4F0

Tints of Lavender Blush #FDE4F0

Color information

#FDE4F0 (or 0xFDE4F0) is unknown color: approx Lavender Blush. HEX triplet: FD, E4 and F0. RGB value is (253,228,240). Sum of RGB (Red+Green+Blue) = 253+228+240=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 228 (89.45% from 255 or 31.62% from 721); Blue value is 240 (94.14% from 255 or 33.29% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE4F0 is #021B0F. Grayscale: #ECECEC. Windows color (decimal): -138000 or 15787261. OLE color: 15787261.

HSL color Cylindrical-coordinate representation of color #FDE4F0: hue angle of 331.2º degrees, saturation: 0.86, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDE4F0 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB253228240-
CMYK00.100.050.01
HSL331.2º86.21%94.31%-
HSV(B)331.2º9.88%99.22%-
XYZ83.9882.6693.97-
YUV236.84129.78139.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.09%
GREEN value IS 228 (89.45% from 255) = 31.62%
BLUE value IS 240 (94.14% from 255) = 33.29%
R=35.09%
G=31.62%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322824000.100.050.01331.286.2194.31
HexFDE4F00A5114b565e
Octal37534436001251513126136
Binary11111101111001001111000001010101110100101110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE4F0; }

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

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

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

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

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

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

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

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