#F8A9D5

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

Shades of Lavender Pink #F8A9D5

Tints of Lavender Pink #F8A9D5

Color information

#F8A9D5 (or 0xF8A9D5) is unknown color: approx Lavender Pink. HEX triplet: F8, A9 and D5. RGB value is (248,169,213). Sum of RGB (Red+Green+Blue) = 248+169+213=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 169 (66.41% from 255 or 26.83% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A9D5 is #07562A. Grayscale: #C5C5C5. Windows color (decimal): -480811 or 14002680. OLE color: 14002680.

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

Color convert

RGB248169213-
CMYK00.320.140.03
HSL326.58º84.95%81.76%-
HSV(B)326.58º31.85%97.25%-
XYZ64.9153.1469.79-
YUV197.64136.67163.92-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.37%
GREEN value IS 169 (66.41% from 255) = 26.83%
BLUE value IS 213 (83.59% from 255) = 33.81%
R=39.37%
G=26.83%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816921300.320.140.03326.5884.9581.76
HexF8A9D5020E31475552
Octal370251325040163507125122
Binary111110001010100111010101010000011101110100011110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A9D5; }

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

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

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

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

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

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

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

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