#F6AACD

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

Shades of Lavender Pink #F6AACD

Tints of Lavender Pink #F6AACD

Color information

#F6AACD (or 0xF6AACD) is unknown color: approx Lavender Pink. HEX triplet: F6, AA and CD. RGB value is (246,170,205). Sum of RGB (Red+Green+Blue) = 246+170+205=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AACD is #095532. Grayscale: #C4C4C4. Windows color (decimal): -611635 or 13478646. OLE color: 13478646.

HSL color Cylindrical-coordinate representation of color #F6AACD: hue angle of 332.37º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6AACD is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB246170205-
CMYK00.310.170.04
HSL332.37º80.85%81.57%-
HSV(B)332.37º30.89%96.47%-
XYZ63.452.7564.6-
YUV196.71132.68163.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.61%
GREEN value IS 170 (66.80% from 255) = 27.38%
BLUE value IS 205 (80.47% from 255) = 33.01%
R=39.61%
G=27.38%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617020500.310.170.04332.3780.8581.57
HexF6AACD01F11414c5152
Octal366252315037214514121122
Binary1111011010101010110011010111111000110010100110010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AACD; }

 p { color: rgb(246,170,205); }

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

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

 a { background-color: rgb(246,170,205); }

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

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

 span { border-color: rgb(246,170,205); }

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