#F8EDF1

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

Shades of Lavender Blush #F8EDF1

Tints of Lavender Blush #F8EDF1

Color information

#F8EDF1 (or 0xF8EDF1) is unknown color: approx Lavender Blush. HEX triplet: F8, ED and F1. RGB value is (248,237,241). Sum of RGB (Red+Green+Blue) = 248+237+241=726 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.16% from 726); Green value is 237 (92.97% from 255 or 32.64% from 726); Blue value is 241 (94.53% from 255 or 33.20% from 726); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EDF1 is #07120E. Grayscale: #F0F0F0. Windows color (decimal): -463375 or 15855096. OLE color: 15855096.

HSL color Cylindrical-coordinate representation of color #F8EDF1: hue angle of 338.18º degrees, saturation: 0.44, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F8EDF1 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB248237241-
CMYK00.040.030.03
HSL338.18º44%95.1%-
HSV(B)338.18º4.44%97.25%-
XYZ84.8786.8895.51-
YUV240.74128.14133.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.16%
GREEN value IS 237 (92.97% from 255) = 32.64%
BLUE value IS 241 (94.53% from 255) = 33.20%
R=34.16%
G=32.64%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823724100.040.030.03338.184495.1
HexF8EDF104331522c5f
Octal370355361043352254137
Binary111110001110110111110001010011111010100101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EDF1; }

 p { color: rgb(248,237,241); }

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

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

 a { background-color: rgb(248,237,241); }

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

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

 span { border-color: rgb(248,237,241); }

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