#F6AFDC

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

Shades of Lavender Pink #F6AFDC

Tints of Lavender Pink #F6AFDC

Color information

#F6AFDC (or 0xF6AFDC) is unknown color: approx Lavender Pink. HEX triplet: F6, AF and DC. RGB value is (246,175,220). Sum of RGB (Red+Green+Blue) = 246+175+220=641 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.38% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AFDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AFDC is #095023. Grayscale: #C9C9C9. Windows color (decimal): -610340 or 14462966. OLE color: 14462966.

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

Color convert

RGB246175220-
CMYK00.290.110.04
HSL321.97º79.78%82.55%-
HSV(B)321.97º28.86%96.47%-
XYZ66.2555.4274.92-
YUV201.36138.52159.84-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.38%
GREEN value IS 175 (68.75% from 255) = 27.30%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=38.38%
G=27.30%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617522000.290.110.04321.9779.7882.55
HexF6AFDC01DB41425053
Octal366257334035134502120123
Binary111101101010111111011100011101101110010100001010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AFDC; }

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

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

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

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

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

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

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

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