#F5B3DE

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

Shades of Lavender Pink #F5B3DE

Tints of Lavender Pink #F5B3DE

Color information

#F5B3DE (or 0xF5B3DE) is unknown color: approx Lavender Pink. HEX triplet: F5, B3 and DE. RGB value is (245,179,222). Sum of RGB (Red+Green+Blue) = 245+179+222=646 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.93% from 646); Green value is 179 (70.31% from 255 or 27.71% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B3DE is #0A4C21. Grayscale: #CBCBCB. Windows color (decimal): -674850 or 14595061. OLE color: 14595061.

HSL color Cylindrical-coordinate representation of color #F5B3DE: hue angle of 320.91º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5B3DE is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB245179222-
CMYK00.270.090.04
HSL320.91º76.74%83.14%-
HSV(B)320.91º26.94%96.08%-
XYZ66.9656.9376.57-
YUV203.64138.37157.5-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.93%
GREEN value IS 179 (70.31% from 255) = 27.71%
BLUE value IS 222 (87.11% from 255) = 34.37%
R=37.93%
G=27.71%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517922200.270.090.04320.9176.7483.14
HexF5B3DE01B941414d53
Octal365263336033114501115123
Binary111101011011001111011110011011100110010100000110011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B3DE; }

 p { color: rgb(245,179,222); }

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

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

 a { background-color: rgb(245,179,222); }

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

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

 span { border-color: rgb(245,179,222); }

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