#F9ABFB

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

Shades of Lavender Rose #F9ABFB

Tints of Lavender Rose #F9ABFB

Color information

#F9ABFB (or 0xF9ABFB) is unknown color: approx Lavender Rose. HEX triplet: F9, AB and FB. RGB value is (249,171,251). Sum of RGB (Red+Green+Blue) = 249+171+251=671 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.11% from 671); Green value is 171 (67.19% from 255 or 25.48% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9ABFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9ABFB is #065404. Grayscale: #CBCBCB. Windows color (decimal): -414725 or 16493561. OLE color: 16493561.

HSL color Cylindrical-coordinate representation of color #F9ABFB: hue angle of 298.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9ABFB is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB249171251-
CMYK0.010.3200.02
HSL298.5º90.91%82.75%-
HSV(B)298.5º31.87%98.43%-
XYZ71.0456.2398.38-
YUV203.44154.84160.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.11%
GREEN value IS 171 (67.19% from 255) = 25.48%
BLUE value IS 251 (98.44% from 255) = 37.41%
R=37.11%
G=25.48%
B=37.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491712510.010.3200.02298.590.9182.75
HexF9ABFB1200212a5b53
Octal37125337314002452133123
Binary111110011010101111111011110000001010010101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ABFB; }

 p { color: rgb(249,171,251); }

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

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

 a { background-color: rgb(249,171,251); }

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

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

 span { border-color: rgb(249,171,251); }

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