#FEEAF8

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

Shades of Lavender Blush #FEEAF8

Tints of Lavender Blush #FEEAF8

Color information

#FEEAF8 (or 0xFEEAF8) is unknown color: approx Lavender Blush. HEX triplet: FE, EA and F8. RGB value is (254,234,248). Sum of RGB (Red+Green+Blue) = 254+234+248=736 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.51% from 736); Green value is 234 (91.80% from 255 or 31.79% from 736); Blue value is 248 (97.27% from 255 or 33.70% from 736); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAF8 is #011507. Grayscale: #F1F1F1. Windows color (decimal): -70920 or 16313086. OLE color: 16313086.

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

Color convert

RGB254234248-
CMYK00.080.020.00
HSL318º90.91%95.69%-
HSV(B)318º7.87%99.61%-
XYZ87.2486.69100.94-
YUV241.58131.63136.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.51%
GREEN value IS 234 (91.80% from 255) = 31.79%
BLUE value IS 248 (97.27% from 255) = 33.70%
R=34.51%
G=31.79%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423424800.080.020.0031890.9195.69
HexFEEAF8082013e5b60
Octal37635237001020476133140
Binary1111111011101010111110000100010010011111010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEAF8; }

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

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

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

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

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

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

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

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