#F8A9D1

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

Shades of Lavender Pink #F8A9D1

Tints of Lavender Pink #F8A9D1

Color information

#F8A9D1 (or 0xF8A9D1) is unknown color: approx Lavender Pink. HEX triplet: F8, A9 and D1. RGB value is (248,169,209). Sum of RGB (Red+Green+Blue) = 248+169+209=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 169 (66.41% from 255 or 27.00% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A9D1 is #07562E. Grayscale: #C5C5C5. Windows color (decimal): -480815 or 13740536. OLE color: 13740536.

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

Color convert

RGB248169209-
CMYK00.320.160.03
HSL329.62º84.95%81.76%-
HSV(B)329.62º31.85%97.25%-
XYZ64.4152.9467.14-
YUV197.18134.67164.25-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.62%
GREEN value IS 169 (66.41% from 255) = 27.00%
BLUE value IS 209 (82.03% from 255) = 33.39%
R=39.62%
G=27.00%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816920900.320.160.03329.6284.9581.76
HexF8A9D102010314a5552
Octal370251321040203512125122
Binary1111100010101001110100010100000100001110100101010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A9D1; }

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

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

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

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

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

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

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

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