#F9EDF3

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

Shades of Lavender Blush #F9EDF3

Tints of Lavender Blush #F9EDF3

Color information

#F9EDF3 (or 0xF9EDF3) is unknown color: approx Lavender Blush. HEX triplet: F9, ED and F3. RGB value is (249,237,243). Sum of RGB (Red+Green+Blue) = 249+237+243=729 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.16% from 729); Green value is 237 (92.97% from 255 or 32.51% from 729); Blue value is 243 (95.31% from 255 or 33.33% from 729); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EDF3 is #06120C. Grayscale: #F1F1F1. Windows color (decimal): -397837 or 15986169. OLE color: 15986169.

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

Color convert

RGB249237243-
CMYK00.050.020.02
HSL330º50%95.29%-
HSV(B)330º4.82%97.65%-
XYZ85.5387.1897.11-
YUV241.27128.98133.51-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.16%
GREEN value IS 237 (92.97% from 255) = 32.51%
BLUE value IS 243 (95.31% from 255) = 33.33%
R=34.16%
G=32.51%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923724300.050.020.023305095.29
HexF9EDF3052214a325f
Octal371355363052251262137
Binary111110011110110111110011010110101010010101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EDF3; }

 p { color: rgb(249,237,243); }

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

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

 a { background-color: rgb(249,237,243); }

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

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

 span { border-color: rgb(249,237,243); }

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