#F6AFD1

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

Shades of Lavender Pink #F6AFD1

Tints of Lavender Pink #F6AFD1

Color information

#F6AFD1 (or 0xF6AFD1) is unknown color: approx Lavender Pink. HEX triplet: F6, AF and D1. RGB value is (246,175,209). Sum of RGB (Red+Green+Blue) = 246+175+209=630 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.05% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AFD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AFD1 is #09502E. Grayscale: #C8C8C8. Windows color (decimal): -610351 or 13742070. OLE color: 13742070.

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

Color convert

RGB246175209-
CMYK00.290.150.04
HSL331.27º79.78%82.55%-
HSV(B)331.27º28.86%96.47%-
XYZ64.8454.8667.49-
YUV200.1133.02160.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.05%
GREEN value IS 175 (68.75% from 255) = 27.78%
BLUE value IS 209 (82.03% from 255) = 33.17%
R=39.05%
G=27.78%
B=33.17%

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
Decimal24617520900.290.150.04331.2779.7882.55
HexF6AFD101DF414b5053
Octal366257321035174513120123
Binary111101101010111111010001011101111110010100101110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AFD1; }

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

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

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

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

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

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

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

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