#F2ADD4

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

Shades of Lavender Pink #F2ADD4

Tints of Lavender Pink #F2ADD4

Color information

#F2ADD4 (or 0xF2ADD4) is unknown color: approx Lavender Pink. HEX triplet: F2, AD and D4. RGB value is (242,173,212). Sum of RGB (Red+Green+Blue) = 242+173+212=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADD4 is #0D522B. Grayscale: #C5C5C5. Windows color (decimal): -873004 or 13938162. OLE color: 13938162.

HSL color Cylindrical-coordinate representation of color #F2ADD4: hue angle of 326.09º 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 #F2ADD4 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB242173212-
CMYK00.290.120.05
HSL326.09º72.63%81.37%-
HSV(B)326.09º28.51%94.9%-
XYZ63.4553.5269.27-
YUV198.08135.86159.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.60%
GREEN value IS 173 (67.97% from 255) = 27.59%
BLUE value IS 212 (83.20% from 255) = 33.81%
R=38.60%
G=27.59%
B=33.81%

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
Decimal24217321200.290.120.05326.0972.6381.37
HexF2ADD401DC51464951
Octal362255324035145506111121
Binary111100101010110111010100011101110010110100011010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ADD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ADD4; }

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

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

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

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

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

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

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

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