#F2B2D6

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

Shades of Lavender Pink #F2B2D6

Tints of Lavender Pink #F2B2D6

Color information

#F2B2D6 (or 0xF2B2D6) is unknown color: approx Lavender Pink. HEX triplet: F2, B2 and D6. RGB value is (242,178,214). Sum of RGB (Red+Green+Blue) = 242+178+214=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 214 (83.98% from 255 or 33.75% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B2D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B2D6 is #0D4D29. Grayscale: #C9C9C9. Windows color (decimal): -871722 or 14070514. OLE color: 14070514.

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

Color convert

RGB242178214-
CMYK00.260.120.05
HSL326.25º71.11%82.35%-
HSV(B)326.25º26.45%94.9%-
XYZ64.6855.5770.94-
YUV201.24135.2157.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.17%
GREEN value IS 178 (69.92% from 255) = 28.08%
BLUE value IS 214 (83.98% from 255) = 33.75%
R=38.17%
G=28.08%
B=33.75%

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
Decimal24217821400.260.120.05326.2571.1182.35
HexF2B2D601AC51464752
Octal362262326032145506107122
Binary111100101011001011010110011010110010110100011010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B2D6; }

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

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

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

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

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

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

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

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