#F4A9D7

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

Shades of Lavender Pink #F4A9D7

Tints of Lavender Pink #F4A9D7

Color information

#F4A9D7 (or 0xF4A9D7) is unknown color: approx Lavender Pink. HEX triplet: F4, A9 and D7. RGB value is (244,169,215). Sum of RGB (Red+Green+Blue) = 244+169+215=628 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.85% from 628); Green value is 169 (66.41% from 255 or 26.91% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A9D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A9D7 is #0B5628. Grayscale: #C4C4C4. Windows color (decimal): -742953 or 14133748. OLE color: 14133748.

HSL color Cylindrical-coordinate representation of color #F4A9D7: hue angle of 323.2º degrees, saturation: 0.77, 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 #F4A9D7 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB244169215-
CMYK00.310.120.04
HSL323.2º77.32%80.98%-
HSV(B)323.2º30.74%95.69%-
XYZ63.7652.5271.07-
YUV196.67138.35161.76-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.85%
GREEN value IS 169 (66.41% from 255) = 26.91%
BLUE value IS 215 (84.38% from 255) = 34.24%
R=38.85%
G=26.91%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416921500.310.120.04323.277.3280.98
HexF4A9D701FC41434d51
Octal364251327037144503115121
Binary111101001010100111010111011111110010010100001110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A9D7; }

 p { color: rgb(244,169,215); }

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

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

 a { background-color: rgb(244,169,215); }

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

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

 span { border-color: rgb(244,169,215); }

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