#F8A5F7

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

Shades of Lavender Rose #F8A5F7

Tints of Lavender Rose #F8A5F7

Color information

#F8A5F7 (or 0xF8A5F7) is unknown color: approx Lavender Rose. HEX triplet: F8, A5 and F7. RGB value is (248,165,247). Sum of RGB (Red+Green+Blue) = 248+165+247=660 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.58% from 660); Green value is 165 (64.84% from 255 or 25% from 660); Blue value is 247 (96.88% from 255 or 37.42% from 660); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A5F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A5F7 is #075A08. Grayscale: #C6C6C6. Windows color (decimal): -481801 or 16229880. OLE color: 16229880.

HSL color Cylindrical-coordinate representation of color #F8A5F7: hue angle of 300.72º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A5F7 is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB248165247-
CMYK00.330.000.03
HSL300.72º85.57%80.98%-
HSV(B)300.72º33.47%97.25%-
XYZ68.9653.5894.7-
YUV199.17155162.83-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.58%
GREEN value IS 165 (64.84% from 255) = 25%
BLUE value IS 247 (96.88% from 255) = 37.42%
R=37.58%
G=25%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816524700.330.000.03300.7285.5780.98
HexF8A5F70210312d5651
Octal37024536704103455126121
Binary111110001010010111110111010000101110010110110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A5F7; }

 p { color: rgb(248,165,247); }

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

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

 a { background-color: rgb(248,165,247); }

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

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

 span { border-color: rgb(248,165,247); }

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