#F6B4D7

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

Shades of Lavender Pink #F6B4D7

Tints of Lavender Pink #F6B4D7

Color information

#F6B4D7 (or 0xF6B4D7) is unknown color: approx Lavender Pink. HEX triplet: F6, B4 and D7. RGB value is (246,180,215). Sum of RGB (Red+Green+Blue) = 246+180+215=641 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.38% from 641); Green value is 180 (70.70% from 255 or 28.08% from 641); Blue value is 215 (84.38% from 255 or 33.54% from 641); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B4D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B4D7 is #094B28. Grayscale: #CBCBCB. Windows color (decimal): -609065 or 14136566. OLE color: 14136566.

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

Color convert

RGB246180215-
CMYK00.270.130.04
HSL328.18º78.57%83.53%-
HSV(B)328.18º26.83%96.47%-
XYZ66.5957.1471.81-
YUV203.72134.37158.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.38%
GREEN value IS 180 (70.70% from 255) = 28.08%
BLUE value IS 215 (84.38% from 255) = 33.54%
R=38.38%
G=28.08%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618021500.270.130.04328.1878.5783.53
HexF6B4D701BD41484f54
Octal366264327033154510117124
Binary111101101011010011010111011011110110010100100010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B4D7; }

 p { color: rgb(246,180,215); }

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

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

 a { background-color: rgb(246,180,215); }

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

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

 span { border-color: rgb(246,180,215); }

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