#F8ACD1

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

Shades of Lavender Pink #F8ACD1

Tints of Lavender Pink #F8ACD1

Color information

#F8ACD1 (or 0xF8ACD1) is unknown color: approx Lavender Pink. HEX triplet: F8, AC and D1. RGB value is (248,172,209). Sum of RGB (Red+Green+Blue) = 248+172+209=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ACD1 is #07532E. Grayscale: #C6C6C6. Windows color (decimal): -480047 or 13741304. OLE color: 13741304.

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

Color convert

RGB248172209-
CMYK00.310.160.03
HSL330.79º84.44%82.35%-
HSV(B)330.79º30.65%97.25%-
XYZ64.9754.0667.33-
YUV198.94133.68162.99-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.43%
GREEN value IS 172 (67.58% from 255) = 27.34%
BLUE value IS 209 (82.03% from 255) = 33.23%
R=39.43%
G=27.34%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817220900.310.160.03330.7984.4482.35
HexF8ACD101F10314b5452
Octal370254321037203513124122
Binary111110001010110011010001011111100001110100101110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ACD1; }

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

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

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

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

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

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

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

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