#F8ABFB

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

Shades of Lavender Rose #F8ABFB

Tints of Lavender Rose #F8ABFB

Color information

#F8ABFB (or 0xF8ABFB) is unknown color: approx Lavender Rose. HEX triplet: F8, AB and FB. RGB value is (248,171,251). Sum of RGB (Red+Green+Blue) = 248+171+251=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 171 (67.19% from 255 or 25.52% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8ABFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8ABFB is #075404. Grayscale: #CACACA. Windows color (decimal): -480261 or 16493560. OLE color: 16493560.

HSL color Cylindrical-coordinate representation of color #F8ABFB: hue angle of 297.75º 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 #F8ABFB is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB248171251-
CMYK0.010.3200.02
HSL297.75º90.91%82.75%-
HSV(B)297.75º31.87%98.43%-
XYZ70.6956.0598.36-
YUV203.14155.01160-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.01%
GREEN value IS 171 (67.19% from 255) = 25.52%
BLUE value IS 251 (98.44% from 255) = 37.46%
R=37.01%
G=25.52%
B=37.46%

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
Decimal2481712510.010.3200.02297.7590.9182.75
HexF8ABFB1200212a5b53
Octal37025337314002452133123
Binary111110001010101111111011110000001010010101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ABFB; }

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

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

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

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

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

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

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

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