#F7B5DA

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

Shades of Lavender Pink #F7B5DA

Tints of Lavender Pink #F7B5DA

Color information

#F7B5DA (or 0xF7B5DA) is unknown color: approx Lavender Pink. HEX triplet: F7, B5 and DA. RGB value is (247,181,218). Sum of RGB (Red+Green+Blue) = 247+181+218=646 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.24% from 646); Green value is 181 (71.09% from 255 or 28.02% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B5DA is #084A25. Grayscale: #CCCCCC. Windows color (decimal): -543270 or 14333431. OLE color: 14333431.

HSL color Cylindrical-coordinate representation of color #F7B5DA: hue angle of 326.36º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F7B5DA is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB247181218-
CMYK00.270.120.03
HSL326.36º80.49%83.92%-
HSV(B)326.36º26.72%96.86%-
XYZ67.5457.8873.94-
YUV204.95135.37157.99-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.24%
GREEN value IS 181 (71.09% from 255) = 28.02%
BLUE value IS 218 (85.55% from 255) = 33.75%
R=38.24%
G=28.02%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718121800.270.120.03326.3680.4983.92
HexF7B5DA01BC31465054
Octal367265332033143506120124
Binary11110111101101011101101001101111001110100011010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B5DA; }

 p { color: rgb(247,181,218); }

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

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

 a { background-color: rgb(247,181,218); }

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

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

 span { border-color: rgb(247,181,218); }

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