#FEEAF1

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

Shades of Lavender Blush #FEEAF1

Tints of Lavender Blush #FEEAF1

Color information

#FEEAF1 (or 0xFEEAF1) is unknown color: approx Lavender Blush. HEX triplet: FE, EA and F1. RGB value is (254,234,241). Sum of RGB (Red+Green+Blue) = 254+234+241=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 234 (91.80% from 255 or 32.10% from 729); Blue value is 241 (94.53% from 255 or 33.06% from 729); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAF1 is #01150E. Grayscale: #F0F0F0. Windows color (decimal): -70927 or 15854334. OLE color: 15854334.

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

Color convert

RGB254234241-
CMYK00.080.050.00
HSL339º90.91%95.69%-
HSV(B)339º7.87%99.61%-
XYZ86.1786.2795.33-
YUV240.78128.13137.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.84%
GREEN value IS 234 (91.80% from 255) = 32.10%
BLUE value IS 241 (94.53% from 255) = 33.06%
R=34.84%
G=32.10%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423424100.080.050.0033990.9195.69
HexFEEAF108501535b60
Octal37635236101050523133140
Binary11111110111010101111000101000101010101001110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEAF1; }

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

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

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

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

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

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

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

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