#F6AFD2

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

Shades of Lavender Pink #F6AFD2

Tints of Lavender Pink #F6AFD2

Color information

#F6AFD2 (or 0xF6AFD2) is unknown color: approx Lavender Pink. HEX triplet: F6, AF and D2. RGB value is (246,175,210). Sum of RGB (Red+Green+Blue) = 246+175+210=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AFD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AFD2 is #09502D. Grayscale: #C8C8C8. Windows color (decimal): -610350 or 13807606. OLE color: 13807606.

HSL color Cylindrical-coordinate representation of color #F6AFD2: hue angle of 330.42º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6AFD2 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB246175210-
CMYK00.290.150.04
HSL330.42º79.78%82.55%-
HSV(B)330.42º28.86%96.47%-
XYZ64.9754.9168.15-
YUV200.22133.52160.65-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.99%
GREEN value IS 175 (68.75% from 255) = 27.73%
BLUE value IS 210 (82.42% from 255) = 33.28%
R=38.99%
G=27.73%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617521000.290.150.04330.4279.7882.55
HexF6AFD201DF414a5053
Octal366257322035174512120123
Binary111101101010111111010010011101111110010100101010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AFD2; }

 p { color: rgb(246,175,210); }

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

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

 a { background-color: rgb(246,175,210); }

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

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

 span { border-color: rgb(246,175,210); }

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