#FFE6F2

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

Shades of Lavender Blush #FFE6F2

Tints of Lavender Blush #FFE6F2

Color information

#FFE6F2 (or 0xFFE6F2) is unknown color: approx Lavender Blush. HEX triplet: FF, E6 and F2. RGB value is (255,230,242). Sum of RGB (Red+Green+Blue) = 255+230+242=727 (96% of max value = 765). Red value is 255 (100% from 255 or 35.08% from 727); Green value is 230 (90.23% from 255 or 31.64% from 727); Blue value is 242 (94.92% from 255 or 33.29% from 727); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE6F2 is #00190D. Grayscale: #EEEEEE. Windows color (decimal): -6414 or 15918847. OLE color: 15918847.

HSL color Cylindrical-coordinate representation of color #FFE6F2: hue angle of 331.2º 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 #FFE6F2 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB255230242-
CMYK00.100.050
HSL331.2º100%95.1%-
HSV(B)331.2º9.8%100%-
XYZ85.5684.2695.76-
YUV238.84129.78139.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.08%
GREEN value IS 230 (90.23% from 255) = 31.64%
BLUE value IS 242 (94.92% from 255) = 33.29%
R=35.08%
G=31.64%
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
SystemRedGreenBlueCMYKHSL
Decimal25523024200.100.050331.210095.1
HexFFE6F20A5014b645f
Octal37734636201250513144137
Binary11111111111001101111001001010101010100101111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE6F2; }

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

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

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

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

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

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

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

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