#FDE6F2

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

Shades of Lavender Blush #FDE6F2

Tints of Lavender Blush #FDE6F2

Color information

#FDE6F2 (or 0xFDE6F2) is unknown color: approx Lavender Blush. HEX triplet: FD, E6 and F2. RGB value is (253,230,242). Sum of RGB (Red+Green+Blue) = 253+230+242=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 230 (90.23% from 255 or 31.72% from 725); Blue value is 242 (94.92% from 255 or 33.38% from 725); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE6F2 is #02190D. Grayscale: #EEEEEE. Windows color (decimal): -137486 or 15918845. OLE color: 15918845.

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

Color convert

RGB253230242-
CMYK00.090.040.01
HSL328.7º85.19%94.71%-
HSV(B)328.7º9.09%99.22%-
XYZ84.8383.8995.73-
YUV238.24130.12138.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.90%
GREEN value IS 230 (90.23% from 255) = 31.72%
BLUE value IS 242 (94.92% from 255) = 33.38%
R=34.90%
G=31.72%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323024200.090.040.01328.785.1994.71
HexFDE6F20941149555f
Octal37534636201141511125137
Binary11111101111001101111001001001100110100100110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE6F2; }

 p { color: rgb(253,230,242); }

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

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

 a { background-color: rgb(253,230,242); }

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

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

 span { border-color: rgb(253,230,242); }

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