#F9ACCE

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

Shades of Lavender Pink #F9ACCE

Tints of Lavender Pink #F9ACCE

Color information

#F9ACCE (or 0xF9ACCE) is unknown color: approx Lavender Pink. HEX triplet: F9, AC and CE. RGB value is (249,172,206). Sum of RGB (Red+Green+Blue) = 249+172+206=627 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.71% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ACCE is #065331. Grayscale: #C6C6C6. Windows color (decimal): -414514 or 13544697. OLE color: 13544697.

HSL color Cylindrical-coordinate representation of color #F9ACCE: hue angle of 333.51º 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 #F9ACCE is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB249172206-
CMYK00.310.170.02
HSL333.51º86.52%82.55%-
HSV(B)333.51º30.92%97.65%-
XYZ64.9654.165.41-
YUV198.9132.01163.74-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.71%
GREEN value IS 172 (67.58% from 255) = 27.43%
BLUE value IS 206 (80.86% from 255) = 32.85%
R=39.71%
G=27.43%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917220600.310.170.02333.5186.5282.55
HexF9ACCE01F11214e5753
Octal371254316037212516127123
Binary111110011010110011001110011111100011010100111010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ACCE; }

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

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

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

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

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

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

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

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