#F8ABDA

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

Shades of Lavender Pink #F8ABDA

Tints of Lavender Pink #F8ABDA

Color information

#F8ABDA (or 0xF8ABDA) is unknown color: approx Lavender Pink. HEX triplet: F8, AB and DA. RGB value is (248,171,218). Sum of RGB (Red+Green+Blue) = 248+171+218=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 171 (67.19% from 255 or 26.84% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ABDA is #075425. Grayscale: #C7C7C7. Windows color (decimal): -480294 or 14330872. OLE color: 14330872.

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

Color convert

RGB248171218-
CMYK00.310.120.03
HSL323.38º84.62%82.16%-
HSV(B)323.38º31.05%97.25%-
XYZ65.9354.1473.31-
YUV199.38138.51162.68-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.93%
GREEN value IS 171 (67.19% from 255) = 26.84%
BLUE value IS 218 (85.55% from 255) = 34.22%
R=38.93%
G=26.84%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817121800.310.120.03323.3884.6282.16
HexF8ABDA01FC31435552
Octal370253332037143503125122
Binary11111000101010111101101001111111001110100001110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ABDA; }

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

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

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

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

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

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

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

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