#F5ABF8

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

Shades of Lavender Rose #F5ABF8

Tints of Lavender Rose #F5ABF8

Color information

#F5ABF8 (or 0xF5ABF8) is unknown color: approx Lavender Rose. HEX triplet: F5, AB and F8. RGB value is (245,171,248). Sum of RGB (Red+Green+Blue) = 245+171+248=664 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.90% from 664); Green value is 171 (67.19% from 255 or 25.75% from 664); Blue value is 248 (97.27% from 255 or 37.35% from 664); Max value from RGB is 248 - color contains mainly: blue. Hex color #F5ABF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ABF8 is #0A5407. Grayscale: #C9C9C9. Windows color (decimal): -676872 or 16296949. OLE color: 16296949.

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

Color convert

RGB245171248-
CMYK0.010.3100.03
HSL297.66º84.62%82.16%-
HSV(B)297.66º31.05%97.25%-
XYZ69.1655.3295.84-
YUV201.9154.02158.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.90%
GREEN value IS 171 (67.19% from 255) = 25.75%
BLUE value IS 248 (97.27% from 255) = 37.35%
R=36.90%
G=25.75%
B=37.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2451712480.010.3100.03297.6684.6282.16
HexF5ABF811F0312a5552
Octal36525337013703452125122
Binary11110101101010111111100011111101110010101010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ABF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ABF8; }

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

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

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

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

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

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

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

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