#FFA6F5

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

Shades of Lavender Rose #FFA6F5

Tints of Lavender Rose #FFA6F5

Color information

#FFA6F5 (or 0xFFA6F5) is unknown color: approx Lavender Rose. HEX triplet: FF, A6 and F5. RGB value is (255,166,245). Sum of RGB (Red+Green+Blue) = 255+166+245=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 166 (65.23% from 255 or 24.92% from 666); Blue value is 245 (96.09% from 255 or 36.79% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA6F5 is #00590A. Grayscale: #C9C9C9. Windows color (decimal): -22795 or 16099071. OLE color: 16099071.

HSL color Cylindrical-coordinate representation of color #FFA6F5: hue angle of 306.74º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA6F5 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB255166245-
CMYK00.350.040
HSL306.74º100%82.55%-
HSV(B)306.74º34.9%100%-
XYZ71.3655.1393.27-
YUV201.62152.49166.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.29%
GREEN value IS 166 (65.23% from 255) = 24.92%
BLUE value IS 245 (96.09% from 255) = 36.79%
R=38.29%
G=24.92%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516624500.350.040306.7410082.55
HexFFA6F5023401336453
Octal37724636504340463144123
Binary1111111110100110111101010100011100010011001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA6F5; }

 p { color: rgb(255,166,245); }

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

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

 a { background-color: rgb(255,166,245); }

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

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

 span { border-color: rgb(255,166,245); }

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