#F2B1D6

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

Shades of Lavender Pink #F2B1D6

Tints of Lavender Pink #F2B1D6

Color information

#F2B1D6 (or 0xF2B1D6) is unknown color: approx Lavender Pink. HEX triplet: F2, B1 and D6. RGB value is (242,177,214). Sum of RGB (Red+Green+Blue) = 242+177+214=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 177 (69.53% from 255 or 27.96% from 633); Blue value is 214 (83.98% from 255 or 33.81% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B1D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B1D6 is #0D4E29. Grayscale: #C8C8C8. Windows color (decimal): -871978 or 14070258. OLE color: 14070258.

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

Color convert

RGB242177214-
CMYK00.270.120.05
HSL325.85º71.43%82.16%-
HSV(B)325.85º26.86%94.9%-
XYZ64.4855.1870.87-
YUV200.65135.53157.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.23%
GREEN value IS 177 (69.53% from 255) = 27.96%
BLUE value IS 214 (83.98% from 255) = 33.81%
R=38.23%
G=27.96%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217721400.270.120.05325.8571.4382.16
HexF2B1D601BC51464752
Octal362261326033145506107122
Binary111100101011000111010110011011110010110100011010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B1D6; }

 p { color: rgb(242,177,214); }

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

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

 a { background-color: rgb(242,177,214); }

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

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

 span { border-color: rgb(242,177,214); }

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