#F4ADD4

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

Shades of Lavender Pink #F4ADD4

Tints of Lavender Pink #F4ADD4

Color information

#F4ADD4 (or 0xF4ADD4) is unknown color: approx Lavender Pink. HEX triplet: F4, AD and D4. RGB value is (244,173,212). Sum of RGB (Red+Green+Blue) = 244+173+212=629 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.79% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ADD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ADD4 is #0B522B. Grayscale: #C6C6C6. Windows color (decimal): -741932 or 13938164. OLE color: 13938164.

HSL color Cylindrical-coordinate representation of color #F4ADD4: hue angle of 327.04º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4ADD4 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB244173212-
CMYK00.290.130.04
HSL327.04º76.34%81.76%-
HSV(B)327.04º29.1%95.69%-
XYZ64.1453.8769.31-
YUV198.68135.52160.33-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.79%
GREEN value IS 173 (67.97% from 255) = 27.50%
BLUE value IS 212 (83.20% from 255) = 33.70%
R=38.79%
G=27.50%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417321200.290.130.04327.0476.3481.76
HexF4ADD401DD41474c52
Octal364255324035154507114122
Binary111101001010110111010100011101110110010100011110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ADD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ADD4; }

 p { color: rgb(244,173,212); }

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

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

 a { background-color: rgb(244,173,212); }

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

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

 span { border-color: rgb(244,173,212); }

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