#F6B3DA

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

Shades of Lavender Pink #F6B3DA

Tints of Lavender Pink #F6B3DA

Color information

#F6B3DA (or 0xF6B3DA) is unknown color: approx Lavender Pink. HEX triplet: F6, B3 and DA. RGB value is (246,179,218). Sum of RGB (Red+Green+Blue) = 246+179+218=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 179 (70.31% from 255 or 27.84% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B3DA is #094C25. Grayscale: #CBCBCB. Windows color (decimal): -609318 or 14332918. OLE color: 14332918.

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

Color convert

RGB246179218-
CMYK00.270.110.04
HSL325.07º78.82%83.33%-
HSV(B)325.07º27.24%96.47%-
XYZ66.7856.8973.79-
YUV203.48136.2158.33-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.26%
GREEN value IS 179 (70.31% from 255) = 27.84%
BLUE value IS 218 (85.55% from 255) = 33.90%
R=38.26%
G=27.84%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617921800.270.110.04325.0778.8283.33
HexF6B3DA01BB41454f53
Octal366263332033134505117123
Binary111101101011001111011010011011101110010100010110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B3DA; }

 p { color: rgb(246,179,218); }

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

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

 a { background-color: rgb(246,179,218); }

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

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

 span { border-color: rgb(246,179,218); }

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