#F1A5D8

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

Shades of Lavender Rose #F1A5D8

Tints of Lavender Rose #F1A5D8

Color information

#F1A5D8 (or 0xF1A5D8) is unknown color: approx Lavender Rose. HEX triplet: F1, A5 and D8. RGB value is (241,165,216). Sum of RGB (Red+Green+Blue) = 241+165+216=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 165 (64.84% from 255 or 26.53% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A5D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A5D8 is #0E5A27. Grayscale: #C1C1C1. Windows color (decimal): -940584 or 14198257. OLE color: 14198257.

HSL color Cylindrical-coordinate representation of color #F1A5D8: hue angle of 319.74º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1A5D8 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB241165216-
CMYK00.320.100.05
HSL319.74º73.08%79.61%-
HSV(B)319.74º31.54%94.51%-
XYZ62.1350.5771.45-
YUV193.54140.68161.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.75%
GREEN value IS 165 (64.84% from 255) = 26.53%
BLUE value IS 216 (84.77% from 255) = 34.73%
R=38.75%
G=26.53%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116521600.320.100.05319.7473.0879.61
HexF1A5D8020A51404950
Octal361245330040125500111120
Binary1111000110100101110110000100000101010110100000010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A5D8; }

 p { color: rgb(241,165,216); }

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

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

 a { background-color: rgb(241,165,216); }

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

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

 span { border-color: rgb(241,165,216); }

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