#F0A1CF

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

Shades of Lavender Pink #F0A1CF

Tints of Lavender Pink #F0A1CF

Color information

#F0A1CF (or 0xF0A1CF) is unknown color: approx Lavender Pink. HEX triplet: F0, A1 and CF. RGB value is (240,161,207). Sum of RGB (Red+Green+Blue) = 240+161+207=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 161 (63.28% from 255 or 26.48% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A1CF is #0F5E30. Grayscale: #BDBDBD. Windows color (decimal): -1007153 or 13607408. OLE color: 13607408.

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

Color convert

RGB240161207-
CMYK00.330.140.06
HSL325.06º72.48%78.63%-
HSV(B)325.06º32.92%94.12%-
XYZ59.9448.5265.24-
YUV189.86137.67163.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.47%
GREEN value IS 161 (63.28% from 255) = 26.48%
BLUE value IS 207 (81.25% from 255) = 34.05%
R=39.47%
G=26.48%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016120700.330.140.06325.0672.4878.63
HexF0A1CF021E6145484f
Octal360241317041166505110117
Binary1111000010100001110011110100001111011010100010110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A1CF; }

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

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

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

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

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

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

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

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