#F2B2D5

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

Shades of Lavender Pink #F2B2D5

Tints of Lavender Pink #F2B2D5

Color information

#F2B2D5 (or 0xF2B2D5) is unknown color: approx Lavender Pink. HEX triplet: F2, B2 and D5. RGB value is (242,178,213). Sum of RGB (Red+Green+Blue) = 242+178+213=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 178 (69.92% from 255 or 28.12% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B2D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B2D5 is #0D4D2A. Grayscale: #C9C9C9. Windows color (decimal): -871723 or 14004978. OLE color: 14004978.

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

Color convert

RGB242178213-
CMYK00.260.120.05
HSL327.19º71.11%82.35%-
HSV(B)327.19º26.45%94.9%-
XYZ64.5555.5270.27-
YUV201.13134.7157.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.23%
GREEN value IS 178 (69.92% from 255) = 28.12%
BLUE value IS 213 (83.59% from 255) = 33.65%
R=38.23%
G=28.12%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217821300.260.120.05327.1971.1182.35
HexF2B2D501AC51474752
Octal362262325032145507107122
Binary111100101011001011010101011010110010110100011110001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B2D5; }

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

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

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

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

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

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

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

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