#F8A9F5

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

Shades of Lavender Rose #F8A9F5

Tints of Lavender Rose #F8A9F5

Color information

#F8A9F5 (or 0xF8A9F5) is unknown color: approx Lavender Rose. HEX triplet: F8, A9 and F5. RGB value is (248,169,245). Sum of RGB (Red+Green+Blue) = 248+169+245=662 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.46% from 662); Green value is 169 (66.41% from 255 or 25.53% from 662); Blue value is 245 (96.09% from 255 or 37.01% from 662); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A9F5 is #07560A. Grayscale: #C9C9C9. Windows color (decimal): -480779 or 16099832. OLE color: 16099832.

HSL color Cylindrical-coordinate representation of color #F8A9F5: hue angle of 302.28º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8A9F5 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB248169245-
CMYK00.320.010.03
HSL302.28º84.95%81.76%-
HSV(B)302.28º31.85%97.25%-
XYZ69.3854.9293.33-
YUV201.28152.67161.32-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.46%
GREEN value IS 169 (66.41% from 255) = 25.53%
BLUE value IS 245 (96.09% from 255) = 37.01%
R=37.46%
G=25.53%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816924500.320.010.03302.2884.9581.76
HexF8A9F50201312e5552
Octal37025136504013456125122
Binary111110001010100111110101010000011110010111010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A9F5; }

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

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

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

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

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

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

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

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