#FFE6FA

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

Shades of Lavender Blush #FFE6FA

Tints of Lavender Blush #FFE6FA

Color information

#FFE6FA (or 0xFFE6FA) is unknown color: approx Lavender Blush. HEX triplet: FF, E6 and FA. RGB value is (255,230,250). Sum of RGB (Red+Green+Blue) = 255+230+250=735 (97% of max value = 765). Red value is 255 (100% from 255 or 34.69% from 735); Green value is 230 (90.23% from 255 or 31.29% from 735); Blue value is 250 (98.05% from 255 or 34.01% from 735); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE6FA is #001905. Grayscale: #EFEFEF. Windows color (decimal): -6406 or 16443135. OLE color: 16443135.

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

Color convert

RGB255230250-
CMYK00.100.020
HSL312º100%95.1%-
HSV(B)312º9.8%100%-
XYZ86.7984.76102.23-
YUV239.76133.78138.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.69%
GREEN value IS 230 (90.23% from 255) = 31.29%
BLUE value IS 250 (98.05% from 255) = 34.01%
R=34.69%
G=31.29%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523025000.100.02031210095.1
HexFFE6FA0A20138645f
Octal37734637201220470144137
Binary1111111111100110111110100101010010011100011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE6FA; }

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

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

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

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

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

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

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

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