#F2ADCD

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

Shades of Lavender Pink #F2ADCD

Tints of Lavender Pink #F2ADCD

Color information

#F2ADCD (or 0xF2ADCD) is unknown color: approx Lavender Pink. HEX triplet: F2, AD and CD. RGB value is (242,173,205). Sum of RGB (Red+Green+Blue) = 242+173+205=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADCD is #0D5232. Grayscale: #C5C5C5. Windows color (decimal): -873011 or 13479410. OLE color: 13479410.

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

Color convert

RGB242173205-
CMYK00.290.150.05
HSL332.17º72.63%81.37%-
HSV(B)332.17º28.51%94.9%-
XYZ62.5853.1764.72-
YUV197.28132.36159.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.03%
GREEN value IS 173 (67.97% from 255) = 27.90%
BLUE value IS 205 (80.47% from 255) = 33.06%
R=39.03%
G=27.90%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217320500.290.150.05332.1772.6381.37
HexF2ADCD01DF514c4951
Octal362255315035175514111121
Binary111100101010110111001101011101111110110100110010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ADCD; }

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

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

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

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

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

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

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

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