#FFA9F9

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

Shades of Lavender Rose #FFA9F9

Tints of Lavender Rose #FFA9F9

Color information

#FFA9F9 (or 0xFFA9F9) is unknown color: approx Lavender Rose. HEX triplet: FF, A9 and F9. RGB value is (255,169,249). Sum of RGB (Red+Green+Blue) = 255+169+249=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 169 (66.41% from 255 or 25.11% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA9F9 is #005606. Grayscale: #CBCBCB. Windows color (decimal): -22023 or 16361983. OLE color: 16361983.

HSL color Cylindrical-coordinate representation of color #FFA9F9: hue angle of 304.19º 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 #FFA9F9 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB255169249-
CMYK00.340.020
HSL304.19º100%83.14%-
HSV(B)304.19º33.73%100%-
XYZ72.5356.4896.7-
YUV203.83153.49164.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.89%
GREEN value IS 169 (66.41% from 255) = 25.11%
BLUE value IS 249 (97.66% from 255) = 37.00%
R=37.89%
G=25.11%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516924900.340.020304.1910083.14
HexFFA9F9022201306453
Octal37725137104220460144123
Binary111111111010100111111001010001010010011000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA9F9; }

 p { color: rgb(255,169,249); }

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

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

 a { background-color: rgb(255,169,249); }

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

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

 span { border-color: rgb(255,169,249); }

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