#F5EFF2

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

Shades of Lavender Blush #F5EFF2

Tints of Lavender Blush #F5EFF2

Color information

#F5EFF2 (or 0xF5EFF2) is unknown color: approx Lavender Blush. HEX triplet: F5, EF and F2. RGB value is (245,239,242). Sum of RGB (Red+Green+Blue) = 245+239+242=726 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.75% from 726); Green value is 239 (93.75% from 255 or 32.92% from 726); Blue value is 242 (94.92% from 255 or 33.33% from 726); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EFF2 is #0A100D. Grayscale: #F1F1F1. Windows color (decimal): -659470 or 15921141. OLE color: 15921141.

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

Color convert

RGB245239242-
CMYK00.020.010.04
HSL330º23.08%94.9%-
HSV(B)330º2.45%96.08%-
XYZ84.5587.5696.45-
YUV241.14128.49130.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.75%
GREEN value IS 239 (93.75% from 255) = 32.92%
BLUE value IS 242 (94.92% from 255) = 33.33%
R=33.75%
G=32.92%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523924200.020.010.0433023.0894.9
HexF5EFF2021414a175f
Octal365357362021451227137
Binary1111010111101111111100100101100101001010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EFF2; }

 p { color: rgb(245,239,242); }

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

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

 a { background-color: rgb(245,239,242); }

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

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

 span { border-color: rgb(245,239,242); }

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