#F6ABF6

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

Shades of Lavender Rose #F6ABF6

Tints of Lavender Rose #F6ABF6

Color information

#F6ABF6 (or 0xF6ABF6) is unknown color: approx Lavender Rose. HEX triplet: F6, AB and F6. RGB value is (246,171,246). Sum of RGB (Red+Green+Blue) = 246+171+246=663 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.10% from 663); Green value is 171 (67.19% from 255 or 25.79% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 246 - color contains mainly: red, blue. Hex color #F6ABF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6ABF6 is #095409. Grayscale: #C9C9C9. Windows color (decimal): -611338 or 16165878. OLE color: 16165878.

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

Color convert

RGB246171246-
CMYK00.3000.04
HSL300º80.65%81.76%-
HSV(B)300º30.49%96.47%-
XYZ69.255.3794.23-
YUV201.98152.85159.4-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.10%
GREEN value IS 171 (67.19% from 255) = 25.79%
BLUE value IS 246 (96.48% from 255) = 37.10%
R=37.10%
G=25.79%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617124600.3000.0430080.6581.76
HexF6ABF601E0412c5152
Octal36625336603604454121122
Binary111101101010101111110110011110010010010110010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ABF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ABF6; }

 p { color: rgb(246,171,246); }

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

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

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

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

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

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

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