#F2B5DA

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

Shades of Lavender Pink #F2B5DA

Tints of Lavender Pink #F2B5DA

Color information

#F2B5DA (or 0xF2B5DA) is unknown color: approx Lavender Pink. HEX triplet: F2, B5 and DA. RGB value is (242,181,218). Sum of RGB (Red+Green+Blue) = 242+181+218=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 181 (71.09% from 255 or 28.24% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B5DA is #0D4A25. Grayscale: #CBCBCB. Windows color (decimal): -870950 or 14333426. OLE color: 14333426.

HSL color Cylindrical-coordinate representation of color #F2B5DA: hue angle of 323.61º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2B5DA is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB242181218-
CMYK00.250.100.05
HSL323.61º70.11%82.94%-
HSV(B)323.61º25.21%94.9%-
XYZ65.856.9973.86-
YUV203.46136.21155.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.75%
GREEN value IS 181 (71.09% from 255) = 28.24%
BLUE value IS 218 (85.55% from 255) = 34.01%
R=37.75%
G=28.24%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218121800.250.100.05323.6170.1182.94
HexF2B5DA019A51444653
Octal362265332031125504106123
Binary111100101011010111011010011001101010110100010010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B5DA; }

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

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

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

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

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

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

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

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