#F2AED0

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

Shades of Lavender Pink #F2AED0

Tints of Lavender Pink #F2AED0

Color information

#F2AED0 (or 0xF2AED0) is unknown color: approx Lavender Pink. HEX triplet: F2, AE and D0. RGB value is (242,174,208). Sum of RGB (Red+Green+Blue) = 242+174+208=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AED0 is #0D512F. Grayscale: #C6C6C6. Windows color (decimal): -872752 or 13676274. OLE color: 13676274.

HSL color Cylindrical-coordinate representation of color #F2AED0: hue angle of 330º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AED0 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB242174208-
CMYK00.280.140.05
HSL330º72.34%81.57%-
HSV(B)330º28.1%94.9%-
XYZ63.1453.766.71-
YUV198.21133.53159.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.78%
GREEN value IS 174 (68.36% from 255) = 27.88%
BLUE value IS 208 (81.64% from 255) = 33.33%
R=38.78%
G=27.88%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217420800.280.140.0533072.3481.57
HexF2AED001CE514a4852
Octal362256320034165512110122
Binary111100101010111011010000011100111010110100101010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AED0; }

 p { color: rgb(242,174,208); }

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

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

 a { background-color: rgb(242,174,208); }

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

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

 span { border-color: rgb(242,174,208); }

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