#F4A8D1

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

Shades of Lavender Pink #F4A8D1

Tints of Lavender Pink #F4A8D1

Color information

#F4A8D1 (or 0xF4A8D1) is unknown color: approx Lavender Pink. HEX triplet: F4, A8 and D1. RGB value is (244,168,209). Sum of RGB (Red+Green+Blue) = 244+168+209=621 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.29% from 621); Green value is 168 (66.02% from 255 or 27.05% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A8D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A8D1 is #0B572E. Grayscale: #C3C3C3. Windows color (decimal): -743215 or 13740276. OLE color: 13740276.

HSL color Cylindrical-coordinate representation of color #F4A8D1: hue angle of 327.63º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F4A8D1 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB244168209-
CMYK00.310.140.04
HSL327.63º77.55%80.78%-
HSV(B)327.63º31.15%95.69%-
XYZ62.8251.8467.02-
YUV195.4135.68162.67-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.29%
GREEN value IS 168 (66.02% from 255) = 27.05%
BLUE value IS 209 (82.03% from 255) = 33.66%
R=39.29%
G=27.05%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416820900.310.140.04327.6377.5580.78
HexF4A8D101FE41484e51
Octal364250321037164510116121
Binary111101001010100011010001011111111010010100100010011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A8D1; }

 p { color: rgb(244,168,209); }

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

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

 a { background-color: rgb(244,168,209); }

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

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

 span { border-color: rgb(244,168,209); }

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