#F5B7DA

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

Shades of Lavender Pink #F5B7DA

Tints of Lavender Pink #F5B7DA

Color information

#F5B7DA (or 0xF5B7DA) is unknown color: approx Lavender Pink. HEX triplet: F5, B7 and DA. RGB value is (245,183,218). Sum of RGB (Red+Green+Blue) = 245+183+218=646 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.93% from 646); Green value is 183 (71.88% from 255 or 28.33% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B7DA is #0A4825. Grayscale: #CDCDCD. Windows color (decimal): -673830 or 14333941. OLE color: 14333941.

HSL color Cylindrical-coordinate representation of color #F5B7DA: hue angle of 326.13º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5B7DA is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB245183218-
CMYK00.250.110.04
HSL326.13º75.61%83.92%-
HSV(B)326.13º25.31%96.08%-
XYZ67.2458.3474.05-
YUV205.53135.04156.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.93%
GREEN value IS 183 (71.88% from 255) = 28.33%
BLUE value IS 218 (85.55% from 255) = 33.75%
R=37.93%
G=28.33%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518321800.250.110.04326.1375.6183.92
HexF5B7DA019B41464c54
Octal365267332031134506114124
Binary111101011011011111011010011001101110010100011010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B7DA; }

 p { color: rgb(245,183,218); }

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

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

 a { background-color: rgb(245,183,218); }

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

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

 span { border-color: rgb(245,183,218); }

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