#F9AACC

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

Shades of Lavender Pink #F9AACC

Tints of Lavender Pink #F9AACC

Color information

#F9AACC (or 0xF9AACC) is unknown color: approx Lavender Pink. HEX triplet: F9, AA and CC. RGB value is (249,170,204). Sum of RGB (Red+Green+Blue) = 249+170+204=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AACC is #065533. Grayscale: #C5C5C5. Windows color (decimal): -415028 or 13413113. OLE color: 13413113.

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

Color convert

RGB249170204-
CMYK00.320.180.02
HSL334.18º86.81%82.16%-
HSV(B)334.18º31.73%97.65%-
XYZ64.3453.2564.01-
YUV197.5131.67164.74-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.97%
GREEN value IS 170 (66.80% from 255) = 27.29%
BLUE value IS 204 (80.08% from 255) = 32.74%
R=39.97%
G=27.29%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917020400.320.180.02334.1886.8182.16
HexF9AACC02012214e5752
Octal371252314040222516127122
Binary1111100110101010110011000100000100101010100111010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AACC; }

 p { color: rgb(249,170,204); }

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

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

 a { background-color: rgb(249,170,204); }

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

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

 span { border-color: rgb(249,170,204); }

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