#F8ABF5

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

Shades of Lavender Rose #F8ABF5

Tints of Lavender Rose #F8ABF5

Color information

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

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

Color convert

RGB248171245-
CMYK00.310.010.03
HSL302.34º84.62%82.16%-
HSV(B)302.34º31.05%97.25%-
XYZ69.7655.6793.46-
YUV202.46152.01160.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817124500.310.010.03302.3484.6282.16
HexF8ABF501F1312e5552
Octal37025336503713456125122
Binary11111000101010111111010101111111110010111010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ABF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ABF5; }

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

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

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

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

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

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

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

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