#F6AAF9

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

Shades of Lavender Rose #F6AAF9

Tints of Lavender Rose #F6AAF9

Color information

#F6AAF9 (or 0xF6AAF9) is unknown color: approx Lavender Rose. HEX triplet: F6, AA and F9. RGB value is (246,170,249). Sum of RGB (Red+Green+Blue) = 246+170+249=665 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.99% from 665); Green value is 170 (66.80% from 255 or 25.56% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 249 - color contains mainly: blue. Hex color #F6AAF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6AAF9 is #095506. Grayscale: #C9C9C9. Windows color (decimal): -611591 or 16362230. OLE color: 16362230.

HSL color Cylindrical-coordinate representation of color #F6AAF9: hue angle of 297.72º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F6AAF9 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246170249-
CMYK0.010.3200.02
HSL297.72º86.81%82.16%-
HSV(B)297.72º31.73%97.65%-
XYZ69.4855.1896.61-
YUV201.73154.68159.58-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.99%
GREEN value IS 170 (66.80% from 255) = 25.56%
BLUE value IS 249 (97.66% from 255) = 37.44%
R=36.99%
G=25.56%
B=37.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461702490.010.3200.02297.7286.8182.16
HexF6AAF91200212a5752
Octal36625237114002452127122
Binary111101101010101011111001110000001010010101010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AAF9; }

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

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

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

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

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

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

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

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