#F8A1F8

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

Shades of Lavender Rose #F8A1F8

Tints of Lavender Rose #F8A1F8

Color information

#F8A1F8 (or 0xF8A1F8) is unknown color: approx Lavender Rose. HEX triplet: F8, A1 and F8. RGB value is (248,161,248). Sum of RGB (Red+Green+Blue) = 248+161+248=657 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.75% from 657); Green value is 161 (63.28% from 255 or 24.51% from 657); Blue value is 248 (97.27% from 255 or 37.75% from 657); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F8A1F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A1F8 is #075E07. Grayscale: #C4C4C4. Windows color (decimal): -482824 or 16294392. OLE color: 16294392.

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

Color convert

RGB248161248-
CMYK00.3500.03
HSL300º86.14%80.2%-
HSV(B)300º35.08%97.25%-
XYZ68.452.2295.28-
YUV196.93156.82164.43-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.75%
GREEN value IS 161 (63.28% from 255) = 24.51%
BLUE value IS 248 (97.27% from 255) = 37.75%
R=37.75%
G=24.51%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816124800.3500.0330086.1480.2
HexF8A1F80230312c5650
Octal37024137004303454126120
Binary111110001010000111111000010001101110010110010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A1F8; }

 p { color: rgb(248,161,248); }

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

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

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

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

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

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

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