#F0A2CF

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

Shades of Lavender Pink #F0A2CF

Tints of Lavender Pink #F0A2CF

Color information

#F0A2CF (or 0xF0A2CF) is unknown color: approx Lavender Pink. HEX triplet: F0, A2 and CF. RGB value is (240,162,207). Sum of RGB (Red+Green+Blue) = 240+162+207=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 162 (63.67% from 255 or 26.60% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A2CF is #0F5D30. Grayscale: #BEBEBE. Windows color (decimal): -1006897 or 13607664. OLE color: 13607664.

HSL color Cylindrical-coordinate representation of color #F0A2CF: hue angle of 325.38º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0A2CF is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240162207-
CMYK00.320.140.06
HSL325.38º72.22%78.82%-
HSV(B)325.38º32.5%94.12%-
XYZ60.1248.8765.3-
YUV190.45137.34163.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.41%
GREEN value IS 162 (63.67% from 255) = 26.60%
BLUE value IS 207 (81.25% from 255) = 33.99%
R=39.41%
G=26.60%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016220700.320.140.06325.3872.2278.82
HexF0A2CF020E6145484f
Octal360242317040166505110117
Binary1111000010100010110011110100000111011010100010110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A2CF; }

 p { color: rgb(240,162,207); }

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

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

 a { background-color: rgb(240,162,207); }

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

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

 span { border-color: rgb(240,162,207); }

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