#FEE6F3

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

Shades of Lavender Blush #FEE6F3

Tints of Lavender Blush #FEE6F3

Color information

#FEE6F3 (or 0xFEE6F3) is unknown color: approx Lavender Blush. HEX triplet: FE, E6 and F3. RGB value is (254,230,243). Sum of RGB (Red+Green+Blue) = 254+230+243=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 230 (90.23% from 255 or 31.64% from 727); Blue value is 243 (95.31% from 255 or 33.43% from 727); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE6F3 is #01190C. Grayscale: #EEEEEE. Windows color (decimal): -71949 or 15984382. OLE color: 15984382.

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

Color convert

RGB254230243-
CMYK00.090.040.00
HSL327.5º92.31%94.9%-
HSV(B)327.5º9.45%99.61%-
XYZ85.3584.1496.54-
YUV238.66130.45138.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.94%
GREEN value IS 230 (90.23% from 255) = 31.64%
BLUE value IS 243 (95.31% from 255) = 33.43%
R=34.94%
G=31.64%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423024300.090.040.00327.592.3194.9
HexFEE6F309401485c5f
Octal37634636301140510134137
Binary11111110111001101111001101001100010100100010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE6F3; }

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

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

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

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

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

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

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

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