#FFEAF1

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

Shades of Lavender Blush #FFEAF1

Tints of Lavender Blush #FFEAF1

Color information

#FFEAF1 (or 0xFFEAF1) is unknown color: approx Lavender Blush. HEX triplet: FF, EA and F1. RGB value is (255,234,241). Sum of RGB (Red+Green+Blue) = 255+234+241=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 234 (91.80% from 255 or 32.05% from 730); Blue value is 241 (94.53% from 255 or 33.01% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEAF1 is #00150E. Grayscale: #F1F1F1. Windows color (decimal): -5391 or 15854335. OLE color: 15854335.

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

Color convert

RGB255234241-
CMYK00.080.050
HSL340º100%95.88%-
HSV(B)340º8.24%100%-
XYZ86.5486.4695.35-
YUV241.08127.96137.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.93%
GREEN value IS 234 (91.80% from 255) = 32.05%
BLUE value IS 241 (94.53% from 255) = 33.01%
R=34.93%
G=32.05%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523424100.080.05034010095.88
HexFFEAF108501546460
Octal37735236101050524144140
Binary11111111111010101111000101000101010101010011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEAF1; }

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

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

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

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

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

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

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

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