#FFA8F6

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

Shades of Lavender Rose #FFA8F6

Tints of Lavender Rose #FFA8F6

Color information

#FFA8F6 (or 0xFFA8F6) is unknown color: approx Lavender Rose. HEX triplet: FF, A8 and F6. RGB value is (255,168,246). Sum of RGB (Red+Green+Blue) = 255+168+246=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 168 (66.02% from 255 or 25.11% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA8F6 is #005709. Grayscale: #CACACA. Windows color (decimal): -22282 or 16165119. OLE color: 16165119.

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

Color convert

RGB255168246-
CMYK00.340.040
HSL306.21º100%82.94%-
HSV(B)306.21º34.12%100%-
XYZ71.8855.9294.19-
YUV202.9152.32165.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 168 (66.02% from 255) = 25.11%
BLUE value IS 246 (96.48% from 255) = 36.77%
R=38.12%
G=25.11%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516824600.340.040306.2110082.94
HexFFA8F6022401326453
Octal37725036604240462144123
Binary1111111110101000111101100100010100010011001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA8F6; }

 p { color: rgb(255,168,246); }

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

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

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

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

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

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

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