#F6AAFA

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

Shades of Lavender Rose #F6AAFA

Tints of Lavender Rose #F6AAFA

Color information

#F6AAFA (or 0xF6AAFA) is unknown color: approx Lavender Rose. HEX triplet: F6, AA and FA. RGB value is (246,170,250). Sum of RGB (Red+Green+Blue) = 246+170+250=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 170 (66.80% from 255 or 25.53% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6AAFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6AAFA is #095505. Grayscale: #C9C9C9. Windows color (decimal): -611590 or 16427766. OLE color: 16427766.

HSL color Cylindrical-coordinate representation of color #F6AAFA: hue angle of 297º degrees, saturation: 0.89, 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 #F6AAFA is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246170250-
CMYK0.020.3200.02
HSL297º88.89%82.35%-
HSV(B)297º32%98.04%-
XYZ69.6455.2497.44-
YUV201.84155.18159.5-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.94%
GREEN value IS 170 (66.80% from 255) = 25.53%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=36.94%
G=25.53%
B=37.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2461702500.020.3200.0229788.8982.35
HexF6AAFA220021295952
Octal36625237224002451131122
Binary1111011010101010111110101010000001010010100110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AAFA; }

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

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

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

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

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

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

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

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