#FFEAF5

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

Shades of Lavender Blush #FFEAF5

Tints of Lavender Blush #FFEAF5

Color information

#FFEAF5 (or 0xFFEAF5) is unknown color: approx Lavender Blush. HEX triplet: FF, EA and F5. RGB value is (255,234,245). Sum of RGB (Red+Green+Blue) = 255+234+245=734 (97% of max value = 765). Red value is 255 (100% from 255 or 34.74% from 734); Green value is 234 (91.80% from 255 or 31.88% from 734); Blue value is 245 (96.09% from 255 or 33.38% from 734); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEAF5 is #00150A. Grayscale: #F1F1F1. Windows color (decimal): -5387 or 16116479. OLE color: 16116479.

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

Color convert

RGB255234245-
CMYK00.080.040
HSL328.57º100%95.88%-
HSV(B)328.57º8.24%100%-
XYZ87.1486.798.53-
YUV241.53129.96137.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.74%
GREEN value IS 234 (91.80% from 255) = 31.88%
BLUE value IS 245 (96.09% from 255) = 33.38%
R=34.74%
G=31.88%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523424500.080.040328.5710095.88
HexFFEAF508401496460
Octal37735236501040511144140
Binary11111111111010101111010101000100010100100111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEAF5; }

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

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

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

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

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

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

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

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