#F1EFF0

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

Shades of Lavender Blush #F1EFF0

Tints of Lavender Blush #F1EFF0

Color information

#F1EFF0 (or 0xF1EFF0) is unknown color: approx Lavender Blush. HEX triplet: F1, EF and F0. RGB value is (241,239,240). Sum of RGB (Red+Green+Blue) = 241+239+240=720 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.47% from 720); Green value is 239 (93.75% from 255 or 33.19% from 720); Blue value is 240 (94.14% from 255 or 33.33% from 720); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EFF0 is #0E100F. Grayscale: #EFEFEF. Windows color (decimal): -921616 or 15790065. OLE color: 15790065.

HSL color Cylindrical-coordinate representation of color #F1EFF0: hue angle of 330º degrees, saturation: 0.07, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F1EFF0 is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB241239240-
CMYK00.010.000.05
HSL330º6.67%94.12%-
HSV(B)330º0.83%94.51%-
XYZ82.8786.7394.81-
YUV239.71128.16128.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.47%
GREEN value IS 239 (93.75% from 255) = 33.19%
BLUE value IS 240 (94.14% from 255) = 33.33%
R=33.47%
G=33.19%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123924000.010.000.053306.6794.12
HexF1EFF0010514a75e
Octal36135736001055127136
Binary1111000111101111111100000101011010010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EFF0; }

 p { color: rgb(241,239,240); }

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

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

 a { background-color: rgb(241,239,240); }

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

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

 span { border-color: rgb(241,239,240); }

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