#FFE7FA

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

Shades of Lavender Blush #FFE7FA

Tints of Lavender Blush #FFE7FA

Color information

#FFE7FA (or 0xFFE7FA) is unknown color: approx Lavender Blush. HEX triplet: FF, E7 and FA. RGB value is (255,231,250). Sum of RGB (Red+Green+Blue) = 255+231+250=736 (97% of max value = 765). Red value is 255 (100% from 255 or 34.65% from 736); Green value is 231 (90.62% from 255 or 31.39% from 736); Blue value is 250 (98.05% from 255 or 33.97% from 736); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE7FA is #001805. Grayscale: #F0F0F0. Windows color (decimal): -6150 or 16443391. OLE color: 16443391.

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

Color convert

RGB255231250-
CMYK00.090.020
HSL312.5º100%95.29%-
HSV(B)312.5º9.41%100%-
XYZ87.0785.31102.32-
YUV240.34133.45138.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.65%
GREEN value IS 231 (90.62% from 255) = 31.39%
BLUE value IS 250 (98.05% from 255) = 33.97%
R=34.65%
G=31.39%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523125000.090.020312.510095.29
HexFFE7FA0920138645f
Octal37734737201120470144137
Binary1111111111100111111110100100110010011100011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE7FA; }

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

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

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

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

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

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

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

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