#FEE7F0

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

Shades of Lavender Blush #FEE7F0

Tints of Lavender Blush #FEE7F0

Color information

#FEE7F0 (or 0xFEE7F0) is unknown color: approx Lavender Blush. HEX triplet: FE, E7 and F0. RGB value is (254,231,240). Sum of RGB (Red+Green+Blue) = 254+231+240=725 (96% of max value = 765). Red value is 254 (99.61% from 255 or 35.03% from 725); Green value is 231 (90.62% from 255 or 31.86% from 725); Blue value is 240 (94.14% from 255 or 33.10% from 725); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE7F0 is #01180F. Grayscale: #EEEEEE. Windows color (decimal): -71696 or 15788030. OLE color: 15788030.

HSL color Cylindrical-coordinate representation of color #FEE7F0: hue angle of 336.52º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FEE7F0 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB254231240-
CMYK00.090.060.00
HSL336.52º92%95.1%-
HSV(B)336.52º9.06%99.61%-
XYZ85.1884.5194.26-
YUV238.9128.62138.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.03%
GREEN value IS 231 (90.62% from 255) = 31.86%
BLUE value IS 240 (94.14% from 255) = 33.10%
R=35.03%
G=31.86%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423124000.090.060.00336.529295.1
HexFEE7F009601515c5f
Octal37634736001160521134137
Binary11111110111001111111000001001110010101000110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE7F0; }

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

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

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

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

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

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

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

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