#F5EDF3

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

Shades of Lavender Blush #F5EDF3

Tints of Lavender Blush #F5EDF3

Color information

#F5EDF3 (or 0xF5EDF3) is unknown color: approx Lavender Blush. HEX triplet: F5, ED and F3. RGB value is (245,237,243). Sum of RGB (Red+Green+Blue) = 245+237+243=725 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.79% from 725); Green value is 237 (92.97% from 255 or 32.69% from 725); Blue value is 243 (95.31% from 255 or 33.52% from 725); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EDF3 is #0A120C. Grayscale: #F0F0F0. Windows color (decimal): -659981 or 15986165. OLE color: 15986165.

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

Color convert

RGB245237243-
CMYK00.030.010.04
HSL315º28.57%94.51%-
HSV(B)315º3.27%96.08%-
XYZ84.1286.4597.05-
YUV240.08129.65131.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.79%
GREEN value IS 237 (92.97% from 255) = 32.69%
BLUE value IS 243 (95.31% from 255) = 33.52%
R=33.79%
G=32.69%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523724300.030.010.0431528.5794.51
HexF5EDF3031413b1d5f
Octal365355363031447335137
Binary1111010111101101111100110111100100111011111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EDF3; }

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

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

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

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

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

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

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

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