#F2ADD6

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

Shades of Lavender Pink #F2ADD6

Tints of Lavender Pink #F2ADD6

Color information

#F2ADD6 (or 0xF2ADD6) is unknown color: approx Lavender Pink. HEX triplet: F2, AD and D6. RGB value is (242,173,214). Sum of RGB (Red+Green+Blue) = 242+173+214=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADD6 is #0D5229. Grayscale: #C6C6C6. Windows color (decimal): -873002 or 14069234. OLE color: 14069234.

HSL color Cylindrical-coordinate representation of color #F2ADD6: hue angle of 324.35º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ADD6 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB242173214-
CMYK00.290.120.05
HSL324.35º72.63%81.37%-
HSV(B)324.35º28.51%94.9%-
XYZ63.753.6270.61-
YUV198.3136.86159.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.47%
GREEN value IS 173 (67.97% from 255) = 27.50%
BLUE value IS 214 (83.98% from 255) = 34.02%
R=38.47%
G=27.50%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217321400.290.120.05324.3572.6381.37
HexF2ADD601DC51444951
Octal362255326035145504111121
Binary111100101010110111010110011101110010110100010010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ADD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ADD6; }

 p { color: rgb(242,173,214); }

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

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

 a { background-color: rgb(242,173,214); }

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

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

 span { border-color: rgb(242,173,214); }

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