#F5ABF0

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

Shades of Lavender Rose #F5ABF0

Tints of Lavender Rose #F5ABF0

Color information

#F5ABF0 (or 0xF5ABF0) is unknown color: approx Lavender Rose. HEX triplet: F5, AB and F0. RGB value is (245,171,240). Sum of RGB (Red+Green+Blue) = 245+171+240=656 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.35% from 656); Green value is 171 (67.19% from 255 or 26.07% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ABF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ABF0 is #0A540F. Grayscale: #C8C8C8. Windows color (decimal): -676880 or 15772661. OLE color: 15772661.

HSL color Cylindrical-coordinate representation of color #F5ABF0: hue angle of 304.05º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ABF0 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB245171240-
CMYK00.300.020.04
HSL304.05º78.72%81.57%-
HSV(B)304.05º30.2%96.08%-
XYZ67.9554.8389.44-
YUV200.99150.02159.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.35%
GREEN value IS 171 (67.19% from 255) = 26.07%
BLUE value IS 240 (94.14% from 255) = 36.59%
R=37.35%
G=26.07%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517124000.300.020.04304.0578.7281.57
HexF5ABF001E241304f52
Octal36525336003624460117122
Binary1111010110101011111100000111101010010011000010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ABF0; }

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

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

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

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

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

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

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

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