#F5B3DB

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

Shades of Lavender Pink #F5B3DB

Tints of Lavender Pink #F5B3DB

Color information

#F5B3DB (or 0xF5B3DB) is unknown color: approx Lavender Pink. HEX triplet: F5, B3 and DB. RGB value is (245,179,219). Sum of RGB (Red+Green+Blue) = 245+179+219=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 179 (70.31% from 255 or 27.84% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B3DB is #0A4C24. Grayscale: #CBCBCB. Windows color (decimal): -674853 or 14398453. OLE color: 14398453.

HSL color Cylindrical-coordinate representation of color #F5B3DB: hue angle of 323.64º 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 #F5B3DB is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB245179219-
CMYK00.270.110.04
HSL323.64º76.74%83.14%-
HSV(B)323.64º26.94%96.08%-
XYZ66.5656.7774.47-
YUV203.29136.87157.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.10%
GREEN value IS 179 (70.31% from 255) = 27.84%
BLUE value IS 219 (85.94% from 255) = 34.06%
R=38.10%
G=27.84%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517921900.270.110.04323.6476.7483.14
HexF5B3DB01BB41444d53
Octal365263333033134504115123
Binary111101011011001111011011011011101110010100010010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B3DB; }

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

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

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

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

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

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

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

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