#FEE6F6

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

Shades of Lavender Blush #FEE6F6

Tints of Lavender Blush #FEE6F6

Color information

#FEE6F6 (or 0xFEE6F6) is unknown color: approx Lavender Blush. HEX triplet: FE, E6 and F6. RGB value is (254,230,246). Sum of RGB (Red+Green+Blue) = 254+230+246=730 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.79% from 730); Green value is 230 (90.23% from 255 or 31.51% from 730); Blue value is 246 (96.48% from 255 or 33.70% from 730); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE6F6 is #011909. Grayscale: #EEEEEE. Windows color (decimal): -71946 or 16180990. OLE color: 16180990.

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

Color convert

RGB254230246-
CMYK00.090.030.00
HSL320º92.31%94.9%-
HSV(B)320º9.45%99.61%-
XYZ85.884.3298.94-
YUV239131.95138.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.79%
GREEN value IS 230 (90.23% from 255) = 31.51%
BLUE value IS 246 (96.48% from 255) = 33.70%
R=34.79%
G=31.51%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423024600.090.030.0032092.3194.9
HexFEE6F609301405c5f
Octal37634636601130500134137
Binary1111111011100110111101100100111010100000010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE6F6; }

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

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

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

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

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

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

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

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