#F2B4D8

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

Shades of Lavender Pink #F2B4D8

Tints of Lavender Pink #F2B4D8

Color information

#F2B4D8 (or 0xF2B4D8) is unknown color: approx Lavender Pink. HEX triplet: F2, B4 and D8. RGB value is (242,180,216). Sum of RGB (Red+Green+Blue) = 242+180+216=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 180 (70.70% from 255 or 28.21% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B4D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B4D8 is #0D4B27. Grayscale: #CACACA. Windows color (decimal): -871208 or 14202098. OLE color: 14202098.

HSL color Cylindrical-coordinate representation of color #F2B4D8: hue angle of 325.16º 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 #F2B4D8 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB242180216-
CMYK00.260.110.05
HSL325.16º70.45%82.75%-
HSV(B)325.16º25.62%94.9%-
XYZ65.3356.4872.42-
YUV202.64135.54156.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.93%
GREEN value IS 180 (70.70% from 255) = 28.21%
BLUE value IS 216 (84.77% from 255) = 33.86%
R=37.93%
G=28.21%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218021600.260.110.05325.1670.4582.75
HexF2B4D801AB51454653
Octal362264330032135505106123
Binary111100101011010011011000011010101110110100010110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B4D8; }

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

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

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

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

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

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

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

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