#F6B2DB

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

Shades of Lavender Pink #F6B2DB

Tints of Lavender Pink #F6B2DB

Color information

#F6B2DB (or 0xF6B2DB) is unknown color: approx Lavender Pink. HEX triplet: F6, B2 and DB. RGB value is (246,178,219). Sum of RGB (Red+Green+Blue) = 246+178+219=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 178 (69.92% from 255 or 27.68% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6B2DB is #094D24. Grayscale: #CACACA. Windows color (decimal): -609573 or 14398198. OLE color: 14398198.

HSL color Cylindrical-coordinate representation of color #F6B2DB: hue angle of 323.82º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F6B2DB is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB246178219-
CMYK00.280.110.04
HSL323.82º79.07%83.14%-
HSV(B)323.82º27.64%96.47%-
XYZ66.7156.5574.42-
YUV203.01137.03158.67-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.26%
GREEN value IS 178 (69.92% from 255) = 27.68%
BLUE value IS 219 (85.94% from 255) = 34.06%
R=38.26%
G=27.68%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617821900.280.110.04323.8279.0783.14
HexF6B2DB01CB41444f53
Octal366262333034134504117123
Binary111101101011001011011011011100101110010100010010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B2DB; }

 p { color: rgb(246,178,219); }

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

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

 a { background-color: rgb(246,178,219); }

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

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

 span { border-color: rgb(246,178,219); }

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