#F2B2D0

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

Shades of Lavender Pink #F2B2D0

Tints of Lavender Pink #F2B2D0

Color information

#F2B2D0 (or 0xF2B2D0) is unknown color: approx Lavender Pink. HEX triplet: F2, B2 and D0. RGB value is (242,178,208). Sum of RGB (Red+Green+Blue) = 242+178+208=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 178 (69.92% from 255 or 28.34% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B2D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B2D0 is #0D4D2F. Grayscale: #C8C8C8. Windows color (decimal): -871728 or 13677298. OLE color: 13677298.

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

Color convert

RGB242178208-
CMYK00.260.140.05
HSL331.88º71.11%82.35%-
HSV(B)331.88º26.45%94.9%-
XYZ63.9255.2766.97-
YUV200.56132.2157.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.54%
GREEN value IS 178 (69.92% from 255) = 28.34%
BLUE value IS 208 (81.64% from 255) = 33.12%
R=38.54%
G=28.34%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217820800.260.140.05331.8871.1182.35
HexF2B2D001AE514c4752
Octal362262320032165514107122
Binary111100101011001011010000011010111010110100110010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B2D0; }

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

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

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

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

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

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

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

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