#F9ACDA

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

Shades of Lavender Pink #F9ACDA

Tints of Lavender Pink #F9ACDA

Color information

#F9ACDA (or 0xF9ACDA) is unknown color: approx Lavender Pink. HEX triplet: F9, AC and DA. RGB value is (249,172,218). Sum of RGB (Red+Green+Blue) = 249+172+218=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ACDA is #065325. Grayscale: #C8C8C8. Windows color (decimal): -414502 or 14331129. OLE color: 14331129.

HSL color Cylindrical-coordinate representation of color #F9ACDA: hue angle of 324.16º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ACDA is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB249172218-
CMYK00.310.120.02
HSL324.16º86.52%82.55%-
HSV(B)324.16º30.92%97.65%-
XYZ66.4754.7173.39-
YUV200.27138.01162.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.97%
GREEN value IS 172 (67.58% from 255) = 26.92%
BLUE value IS 218 (85.55% from 255) = 34.12%
R=38.97%
G=26.92%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917221800.310.120.02324.1686.5282.55
HexF9ACDA01FC21445753
Octal371254332037142504127123
Binary11111001101011001101101001111111001010100010010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ACDA; }

 p { color: rgb(249,172,218); }

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

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

 a { background-color: rgb(249,172,218); }

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

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

 span { border-color: rgb(249,172,218); }

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