#F2B2D3

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

Shades of Lavender Pink #F2B2D3

Tints of Lavender Pink #F2B2D3

Color information

#F2B2D3 (or 0xF2B2D3) is unknown color: approx Lavender Pink. HEX triplet: F2, B2 and D3. RGB value is (242,178,211). Sum of RGB (Red+Green+Blue) = 242+178+211=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 178 (69.92% from 255 or 28.21% from 631); Blue value is 211 (82.81% from 255 or 33.44% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B2D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B2D3 is #0D4D2C. Grayscale: #C8C8C8. Windows color (decimal): -871725 or 13873906. OLE color: 13873906.

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

Color convert

RGB242178211-
CMYK00.260.130.05
HSL329.06º71.11%82.35%-
HSV(B)329.06º26.45%94.9%-
XYZ64.355.4268.94-
YUV200.9133.7157.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.35%
GREEN value IS 178 (69.92% from 255) = 28.21%
BLUE value IS 211 (82.81% from 255) = 33.44%
R=38.35%
G=28.21%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217821100.260.130.05329.0671.1182.35
HexF2B2D301AD51494752
Octal362262323032155511107122
Binary111100101011001011010011011010110110110100100110001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B2D3; }

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

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

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

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

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

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

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

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