#FEEAF0

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

Shades of Lavender Blush #FEEAF0

Tints of Lavender Blush #FEEAF0

Color information

#FEEAF0 (or 0xFEEAF0) is unknown color: approx Lavender Blush. HEX triplet: FE, EA and F0. RGB value is (254,234,240). Sum of RGB (Red+Green+Blue) = 254+234+240=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 234 (91.80% from 255 or 32.14% from 728); Blue value is 240 (94.14% from 255 or 32.97% from 728); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAF0 is #01150F. Grayscale: #F0F0F0. Windows color (decimal): -70928 or 15788798. OLE color: 15788798.

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

Color convert

RGB254234240-
CMYK00.080.060.00
HSL342º90.91%95.69%-
HSV(B)342º7.87%99.61%-
XYZ86.0286.2194.54-
YUV240.66127.63137.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.89%
GREEN value IS 234 (91.80% from 255) = 32.14%
BLUE value IS 240 (94.14% from 255) = 32.97%
R=34.89%
G=32.14%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423424000.080.060.0034290.9195.69
HexFEEAF008601565b60
Octal37635236001060526133140
Binary11111110111010101111000001000110010101011010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEAF0; }

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

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

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

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

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

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

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

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