#F2B1D4

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

Shades of Lavender Pink #F2B1D4

Tints of Lavender Pink #F2B1D4

Color information

#F2B1D4 (or 0xF2B1D4) is unknown color: approx Lavender Pink. HEX triplet: F2, B1 and D4. RGB value is (242,177,212). Sum of RGB (Red+Green+Blue) = 242+177+212=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 177 (69.53% from 255 or 28.05% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B1D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B1D4 is #0D4E2B. Grayscale: #C8C8C8. Windows color (decimal): -871980 or 13939186. OLE color: 13939186.

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

Color convert

RGB242177212-
CMYK00.270.120.05
HSL327.69º71.43%82.16%-
HSV(B)327.69º26.86%94.9%-
XYZ64.2255.0769.53-
YUV200.42134.53157.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.35%
GREEN value IS 177 (69.53% from 255) = 28.05%
BLUE value IS 212 (83.20% from 255) = 33.60%
R=38.35%
G=28.05%
B=33.60%

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
Decimal24217721200.270.120.05327.6971.4382.16
HexF2B1D401BC51484752
Octal362261324033145510107122
Binary111100101011000111010100011011110010110100100010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B1D4; }

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

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

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

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

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

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

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

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