#FFEAF0

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

Shades of Lavender Blush #FFEAF0

Tints of Lavender Blush #FFEAF0

Color information

#FFEAF0 (or 0xFFEAF0) is unknown color: approx Lavender Blush. HEX triplet: FF, EA and F0. RGB value is (255,234,240). Sum of RGB (Red+Green+Blue) = 255+234+240=729 (96% of max value = 765). Red value is 255 (100% from 255 or 34.98% from 729); Green value is 234 (91.80% from 255 or 32.10% from 729); Blue value is 240 (94.14% from 255 or 32.92% from 729); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEAF0 is #00150F. Grayscale: #F0F0F0. Windows color (decimal): -5392 or 15788799. OLE color: 15788799.

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

Color convert

RGB255234240-
CMYK00.080.060
HSL342.86º100%95.88%-
HSV(B)342.86º8.24%100%-
XYZ86.3986.494.56-
YUV240.96127.46138.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.98%
GREEN value IS 234 (91.80% from 255) = 32.10%
BLUE value IS 240 (94.14% from 255) = 32.92%
R=34.98%
G=32.10%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523424000.080.060342.8610095.88
HexFFEAF008601576460
Octal37735236001060527144140
Binary11111111111010101111000001000110010101011111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEAF0; }

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

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

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

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

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

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

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

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