#F6B6DF

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

Shades of Lavender Pink #F6B6DF

Tints of Lavender Pink #F6B6DF

Color information

#F6B6DF (or 0xF6B6DF) is unknown color: approx Lavender Pink. HEX triplet: F6, B6 and DF. RGB value is (246,182,223). Sum of RGB (Red+Green+Blue) = 246+182+223=651 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.79% from 651); Green value is 182 (71.48% from 255 or 27.96% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B6DF is #094920. Grayscale: #CDCDCD. Windows color (decimal): -608545 or 14661366. OLE color: 14661366.

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

Color convert

RGB246182223-
CMYK00.260.090.04
HSL321.56º78.05%83.92%-
HSV(B)321.56º26.02%96.47%-
XYZ68.0558.3877.49-
YUV205.81137.7156.67-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.79%
GREEN value IS 182 (71.48% from 255) = 27.96%
BLUE value IS 223 (87.5% from 255) = 34.25%
R=37.79%
G=27.96%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618222300.260.090.04321.5678.0583.92
HexF6B6DF01A941424e54
Octal366266337032114502116124
Binary111101101011011011011111011010100110010100001010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B6DF; }

 p { color: rgb(246,182,223); }

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

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

 a { background-color: rgb(246,182,223); }

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

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

 span { border-color: rgb(246,182,223); }

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