#F8A1D1

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

Shades of Lavender Pink #F8A1D1

Tints of Lavender Pink #F8A1D1

Color information

#F8A1D1 (or 0xF8A1D1) is unknown color: approx Lavender Pink. HEX triplet: F8, A1 and D1. RGB value is (248,161,209). Sum of RGB (Red+Green+Blue) = 248+161+209=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A1D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A1D1 is #075E2E. Grayscale: #C0C0C0. Windows color (decimal): -482863 or 13738488. OLE color: 13738488.

HSL color Cylindrical-coordinate representation of color #F8A1D1: hue angle of 326.9º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A1D1 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB248161209-
CMYK00.350.160.03
HSL326.9º86.14%80.2%-
HSV(B)326.9º35.08%97.25%-
XYZ62.9650.0566.66-
YUV192.48137.32167.6-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.13%
GREEN value IS 161 (63.28% from 255) = 26.05%
BLUE value IS 209 (82.03% from 255) = 33.82%
R=40.13%
G=26.05%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816120900.350.160.03326.986.1480.2
HexF8A1D10231031475650
Octal370241321043203507126120
Binary1111100010100001110100010100011100001110100011110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A1D1; }

 p { color: rgb(248,161,209); }

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

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

 a { background-color: rgb(248,161,209); }

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

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

 span { border-color: rgb(248,161,209); }

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