#F7B3DA

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

Shades of Lavender Pink #F7B3DA

Tints of Lavender Pink #F7B3DA

Color information

#F7B3DA (or 0xF7B3DA) is unknown color: approx Lavender Pink. HEX triplet: F7, B3 and DA. RGB value is (247,179,218). Sum of RGB (Red+Green+Blue) = 247+179+218=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 179 (70.31% from 255 or 27.80% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B3DA is #084C25. Grayscale: #CBCBCB. Windows color (decimal): -543782 or 14332919. OLE color: 14332919.

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

Color convert

RGB247179218-
CMYK00.280.120.03
HSL325.59º80.95%83.53%-
HSV(B)325.59º27.53%96.86%-
XYZ67.1357.0873.81-
YUV203.78136.03158.83-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.35%
GREEN value IS 179 (70.31% from 255) = 27.80%
BLUE value IS 218 (85.55% from 255) = 33.85%
R=38.35%
G=27.80%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717921800.280.120.03325.5980.9583.53
HexF7B3DA01CC31465154
Octal367263332034143506121124
Binary11110111101100111101101001110011001110100011010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B3DA; }

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

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

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

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

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

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

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

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