#F4AACF

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

Shades of Lavender Pink #F4AACF

Tints of Lavender Pink #F4AACF

Color information

#F4AACF (or 0xF4AACF) is unknown color: approx Lavender Pink. HEX triplet: F4, AA and CF. RGB value is (244,170,207). Sum of RGB (Red+Green+Blue) = 244+170+207=621 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.29% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AACF is #0B5530. Grayscale: #C4C4C4. Windows color (decimal): -742705 or 13609716. OLE color: 13609716.

HSL color Cylindrical-coordinate representation of color #F4AACF: hue angle of 330º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4AACF is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB244170207-
CMYK00.300.150.04
HSL330º77.08%81.18%-
HSV(B)330º30.33%95.69%-
XYZ62.9552.4965.85-
YUV196.34134.02161.99-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.29%
GREEN value IS 170 (66.80% from 255) = 27.38%
BLUE value IS 207 (81.25% from 255) = 33.33%
R=39.29%
G=27.38%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417020700.300.150.0433077.0881.18
HexF4AACF01EF414a4d51
Octal364252317036174512115121
Binary111101001010101011001111011110111110010100101010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AACF; }

 p { color: rgb(244,170,207); }

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

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

 a { background-color: rgb(244,170,207); }

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

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

 span { border-color: rgb(244,170,207); }

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