#F2B2D8

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

Shades of Lavender Pink #F2B2D8

Tints of Lavender Pink #F2B2D8

Color information

#F2B2D8 (or 0xF2B2D8) is unknown color: approx Lavender Pink. HEX triplet: F2, B2 and D8. RGB value is (242,178,216). Sum of RGB (Red+Green+Blue) = 242+178+216=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 178 (69.92% from 255 or 27.99% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B2D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B2D8 is #0D4D27. Grayscale: #C9C9C9. Windows color (decimal): -871720 or 14201586. OLE color: 14201586.

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

Color convert

RGB242178216-
CMYK00.260.110.05
HSL324.38º71.11%82.35%-
HSV(B)324.38º26.45%94.9%-
XYZ64.9355.6872.29-
YUV201.47136.2156.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.05%
GREEN value IS 178 (69.92% from 255) = 27.99%
BLUE value IS 216 (84.77% from 255) = 33.96%
R=38.05%
G=27.99%
B=33.96%

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
Decimal24217821600.260.110.05324.3871.1182.35
HexF2B2D801AB51444752
Octal362262330032135504107122
Binary111100101011001011011000011010101110110100010010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B2D8; }

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

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

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

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

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

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

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

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