#FFE6F9

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

Shades of Lavender Blush #FFE6F9

Tints of Lavender Blush #FFE6F9

Color information

#FFE6F9 (or 0xFFE6F9) is unknown color: approx Lavender Blush. HEX triplet: FF, E6 and F9. RGB value is (255,230,249). Sum of RGB (Red+Green+Blue) = 255+230+249=734 (97% of max value = 765). Red value is 255 (100% from 255 or 34.74% from 734); Green value is 230 (90.23% from 255 or 31.34% from 734); Blue value is 249 (97.66% from 255 or 33.92% from 734); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE6F9 is #001906. Grayscale: #EFEFEF. Windows color (decimal): -6407 or 16377599. OLE color: 16377599.

HSL color Cylindrical-coordinate representation of color #FFE6F9: hue angle of 314.4º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFE6F9 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB255230249-
CMYK00.100.020
HSL314.4º100%95.1%-
HSV(B)314.4º9.8%100%-
XYZ86.6484.69101.4-
YUV239.64133.28138.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.74%
GREEN value IS 230 (90.23% from 255) = 31.34%
BLUE value IS 249 (97.66% from 255) = 33.92%
R=34.74%
G=31.34%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523024900.100.020314.410095.1
HexFFE6F90A2013a645f
Octal37734637101220472144137
Binary1111111111100110111110010101010010011101011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE6F9; }

 p { color: rgb(255,230,249); }

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

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

 a { background-color: rgb(255,230,249); }

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

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

 span { border-color: rgb(255,230,249); }

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