#F2B4DA

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

Shades of Lavender Pink #F2B4DA

Tints of Lavender Pink #F2B4DA

Color information

#F2B4DA (or 0xF2B4DA) is unknown color: approx Lavender Pink. HEX triplet: F2, B4 and DA. RGB value is (242,180,218). Sum of RGB (Red+Green+Blue) = 242+180+218=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 180 (70.70% from 255 or 28.12% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B4DA is #0D4B25. Grayscale: #CACACA. Windows color (decimal): -871206 or 14333170. OLE color: 14333170.

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

Color convert

RGB242180218-
CMYK00.260.100.05
HSL323.23º70.45%82.75%-
HSV(B)323.23º25.62%94.9%-
XYZ65.5956.5873.79-
YUV202.87136.54155.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.81%
GREEN value IS 180 (70.70% from 255) = 28.12%
BLUE value IS 218 (85.55% from 255) = 34.06%
R=37.81%
G=28.12%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218021800.260.100.05323.2370.4582.75
HexF2B4DA01AA51434653
Octal362264332032125503106123
Binary111100101011010011011010011010101010110100001110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B4DA; }

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

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

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

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

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

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

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

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