#F6A5F7

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

Shades of Lavender Rose #F6A5F7

Tints of Lavender Rose #F6A5F7

Color information

#F6A5F7 (or 0xF6A5F7) is unknown color: approx Lavender Rose. HEX triplet: F6, A5 and F7. RGB value is (246,165,247). Sum of RGB (Red+Green+Blue) = 246+165+247=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 165 (64.84% from 255 or 25.08% from 658); Blue value is 247 (96.88% from 255 or 37.54% from 658); Max value from RGB is 247 - color contains mainly: blue. Hex color #F6A5F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A5F7 is #095A08. Grayscale: #C6C6C6. Windows color (decimal): -612873 or 16229878. OLE color: 16229878.

HSL color Cylindrical-coordinate representation of color #F6A5F7: hue angle of 299.27º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6A5F7 is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB246165247-
CMYK0.000.3300.03
HSL299.27º83.67%80.78%-
HSV(B)299.27º33.2%96.86%-
XYZ68.2553.2294.67-
YUV198.57155.34161.83-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.39%
GREEN value IS 165 (64.84% from 255) = 25.08%
BLUE value IS 247 (96.88% from 255) = 37.54%
R=37.39%
G=25.08%
B=37.54%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2461652470.000.3300.03299.2783.6780.78
HexF6A5F70210312b5451
Octal36624536704103453124121
Binary111101101010010111110111010000101110010101110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A5F7; }

 p { color: rgb(246,165,247); }

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

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

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

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

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

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

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