#F6B2DE

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

Shades of Lavender Pink #F6B2DE

Tints of Lavender Pink #F6B2DE

Color information

#F6B2DE (or 0xF6B2DE) is unknown color: approx Lavender Pink. HEX triplet: F6, B2 and DE. RGB value is (246,178,222). Sum of RGB (Red+Green+Blue) = 246+178+222=646 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.08% from 646); Green value is 178 (69.92% from 255 or 27.55% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B2DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6B2DE is #094D21. Grayscale: #CBCBCB. Windows color (decimal): -609570 or 14594806. OLE color: 14594806.

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

Color convert

RGB246178222-
CMYK00.280.100.04
HSL321.18º79.07%83.14%-
HSV(B)321.18º27.64%96.47%-
XYZ67.1156.7176.52-
YUV203.35138.53158.42-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.08%
GREEN value IS 178 (69.92% from 255) = 27.55%
BLUE value IS 222 (87.11% from 255) = 34.37%
R=38.08%
G=27.55%
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
Decimal24617822200.280.100.04321.1879.0783.14
HexF6B2DE01CA41414f53
Octal366262336034124501117123
Binary111101101011001011011110011100101010010100000110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B2DE; }

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

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

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

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

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

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

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

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