#FFEAF4

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

Shades of Lavender Blush #FFEAF4

Tints of Lavender Blush #FFEAF4

Color information

#FFEAF4 (or 0xFFEAF4) is unknown color: approx Lavender Blush. HEX triplet: FF, EA and F4. RGB value is (255,234,244). Sum of RGB (Red+Green+Blue) = 255+234+244=733 (97% of max value = 765). Red value is 255 (100% from 255 or 34.79% from 733); Green value is 234 (91.80% from 255 or 31.92% from 733); Blue value is 244 (95.70% from 255 or 33.29% from 733); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEAF4 is #00150B. Grayscale: #F1F1F1. Windows color (decimal): -5388 or 16050943. OLE color: 16050943.

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

Color convert

RGB255234244-
CMYK00.080.040
HSL331.43º100%95.88%-
HSV(B)331.43º8.24%100%-
XYZ86.9986.6497.73-
YUV241.42129.46137.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.79%
GREEN value IS 234 (91.80% from 255) = 31.92%
BLUE value IS 244 (95.70% from 255) = 33.29%
R=34.79%
G=31.92%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523424400.080.040331.4310095.88
HexFFEAF4084014b6460
Octal37735236401040513144140
Binary11111111111010101111010001000100010100101111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEAF4; }

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

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

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

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

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

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

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

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