#FFA9F8

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

Shades of Lavender Rose #FFA9F8

Tints of Lavender Rose #FFA9F8

Color information

#FFA9F8 (or 0xFFA9F8) is unknown color: approx Lavender Rose. HEX triplet: FF, A9 and F8. RGB value is (255,169,248). Sum of RGB (Red+Green+Blue) = 255+169+248=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 169 (66.41% from 255 or 25.15% from 672); Blue value is 248 (97.27% from 255 or 36.90% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA9F8 is #005607. Grayscale: #CBCBCB. Windows color (decimal): -22024 or 16296447. OLE color: 16296447.

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

Color convert

RGB255169248-
CMYK00.340.030
HSL304.88º100%83.14%-
HSV(B)304.88º33.73%100%-
XYZ72.3756.4195.88-
YUV203.72152.99164.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.95%
GREEN value IS 169 (66.41% from 255) = 25.15%
BLUE value IS 248 (97.27% from 255) = 36.90%
R=37.95%
G=25.15%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516924800.340.030304.8810083.14
HexFFA9F8022301316453
Octal37725137004230461144123
Binary111111111010100111111000010001011010011000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA9F8; }

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

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

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

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

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

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

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

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