#F2B0D6

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

Shades of Lavender Pink #F2B0D6

Tints of Lavender Pink #F2B0D6

Color information

#F2B0D6 (or 0xF2B0D6) is unknown color: approx Lavender Pink. HEX triplet: F2, B0 and D6. RGB value is (242,176,214). Sum of RGB (Red+Green+Blue) = 242+176+214=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 214 (83.98% from 255 or 33.86% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B0D6 is #0D4F29. Grayscale: #C7C7C7. Windows color (decimal): -872234 or 14070002. OLE color: 14070002.

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

Color convert

RGB242176214-
CMYK00.270.120.05
HSL325.45º71.74%81.96%-
HSV(B)325.45º27.27%94.9%-
XYZ64.2854.7870.8-
YUV200.07135.87157.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.29%
GREEN value IS 176 (69.14% from 255) = 27.85%
BLUE value IS 214 (83.98% from 255) = 33.86%
R=38.29%
G=27.85%
B=33.86%

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
Decimal24217621400.270.120.05325.4571.7481.96
HexF2B0D601BC51454852
Octal362260326033145505110122
Binary111100101011000011010110011011110010110100010110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B0D6; }

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

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

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

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

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

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

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

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