#FFEAFA

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

Shades of Lavender Blush #FFEAFA

Tints of Lavender Blush #FFEAFA

Color information

#FFEAFA (or 0xFFEAFA) is unknown color: approx Lavender Blush. HEX triplet: FF, EA and FA. RGB value is (255,234,250). Sum of RGB (Red+Green+Blue) = 255+234+250=739 (97% of max value = 765). Red value is 255 (100% from 255 or 34.51% from 739); Green value is 234 (91.80% from 255 or 31.66% from 739); Blue value is 250 (98.05% from 255 or 33.83% from 739); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEAFA is #001505. Grayscale: #F2F2F2. Windows color (decimal): -5382 or 16444159. OLE color: 16444159.

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

Color convert

RGB255234250-
CMYK00.080.020
HSL314.29º100%95.88%-
HSV(B)314.29º8.24%100%-
XYZ87.9287.01102.6-
YUV242.1132.46137.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.51%
GREEN value IS 234 (91.80% from 255) = 31.66%
BLUE value IS 250 (98.05% from 255) = 33.83%
R=34.51%
G=31.66%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523425000.080.020314.2910095.88
HexFFEAFA082013a6460
Octal37735237201020472144140
Binary1111111111101010111110100100010010011101011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEAFA; }

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

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

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

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

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

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

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

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