#FEE6F1

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

Shades of Lavender Blush #FEE6F1

Tints of Lavender Blush #FEE6F1

Color information

#FEE6F1 (or 0xFEE6F1) is unknown color: approx Lavender Blush. HEX triplet: FE, E6 and F1. RGB value is (254,230,241). Sum of RGB (Red+Green+Blue) = 254+230+241=725 (96% of max value = 765). Red value is 254 (99.61% from 255 or 35.03% from 725); Green value is 230 (90.23% from 255 or 31.72% from 725); Blue value is 241 (94.53% from 255 or 33.24% from 725); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE6F1 is #01190E. Grayscale: #EEEEEE. Windows color (decimal): -71951 or 15853310. OLE color: 15853310.

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

Color convert

RGB254230241-
CMYK00.090.050.00
HSL332.5º92.31%94.9%-
HSV(B)332.5º9.45%99.61%-
XYZ85.0584.0294.95-
YUV238.43129.45139.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.03%
GREEN value IS 230 (90.23% from 255) = 31.72%
BLUE value IS 241 (94.53% from 255) = 33.24%
R=35.03%
G=31.72%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423024100.090.050.00332.592.3194.9
HexFEE6F1095014c5c5f
Octal37634636101150514134137
Binary11111110111001101111000101001101010100110010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE6F1; }

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

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

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

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

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

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

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

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