#F6ADD8

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

Shades of Lavender Pink #F6ADD8

Tints of Lavender Pink #F6ADD8

Color information

#F6ADD8 (or 0xF6ADD8) is unknown color: approx Lavender Pink. HEX triplet: F6, AD and D8. RGB value is (246,173,216). Sum of RGB (Red+Green+Blue) = 246+173+216=635 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.74% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 216 (84.77% from 255 or 34.02% from 635); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADD8 is #095227. Grayscale: #C7C7C7. Windows color (decimal): -610856 or 14200310. OLE color: 14200310.

HSL color Cylindrical-coordinate representation of color #F6ADD8: hue angle of 324.66º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ADD8 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB246173216-
CMYK00.300.120.04
HSL324.66º80.22%82.16%-
HSV(B)324.66º29.67%96.47%-
XYZ65.3454.4472.03-
YUV199.73137.18161-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.74%
GREEN value IS 173 (67.97% from 255) = 27.24%
BLUE value IS 216 (84.77% from 255) = 34.02%
R=38.74%
G=27.24%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617321600.300.120.04324.6680.2282.16
HexF6ADD801EC41455052
Octal366255330036144505120122
Binary111101101010110111011000011110110010010100010110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ADD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ADD8; }

 p { color: rgb(246,173,216); }

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

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

 a { background-color: rgb(246,173,216); }

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

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

 span { border-color: rgb(246,173,216); }

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