#F6B0DD

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

Shades of Lavender Pink #F6B0DD

Tints of Lavender Pink #F6B0DD

Color information

#F6B0DD (or 0xF6B0DD) is unknown color: approx Lavender Pink. HEX triplet: F6, B0 and DD. RGB value is (246,176,221). Sum of RGB (Red+Green+Blue) = 246+176+221=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 176 (69.14% from 255 or 27.37% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6B0DD is #094F22. Grayscale: #C9C9C9. Windows color (decimal): -610083 or 14528758. OLE color: 14528758.

HSL color Cylindrical-coordinate representation of color #F6B0DD: hue angle of 321.43º degrees, saturation: 0.8, 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 #F6B0DD is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB246176221-
CMYK00.280.100.04
HSL321.43º79.55%82.75%-
HSV(B)321.43º28.46%96.47%-
XYZ66.5855.8675.68-
YUV202.06138.69159.34-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.26%
GREEN value IS 176 (69.14% from 255) = 27.37%
BLUE value IS 221 (86.72% from 255) = 34.37%
R=38.26%
G=27.37%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617622100.280.100.04321.4379.5582.75
HexF6B0DD01CA41415053
Octal366260335034124501120123
Binary111101101011000011011101011100101010010100000110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B0DD; }

 p { color: rgb(246,176,221); }

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

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

 a { background-color: rgb(246,176,221); }

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

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

 span { border-color: rgb(246,176,221); }

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