#F0A7CF

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

Shades of Lavender Pink #F0A7CF

Tints of Lavender Pink #F0A7CF

Color information

#F0A7CF (or 0xF0A7CF) is unknown color: approx Lavender Pink. HEX triplet: F0, A7 and CF. RGB value is (240,167,207). Sum of RGB (Red+Green+Blue) = 240+167+207=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 167 (65.62% from 255 or 27.20% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A7CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A7CF is #0F5830. Grayscale: #C1C1C1. Windows color (decimal): -1005617 or 13608944. OLE color: 13608944.

HSL color Cylindrical-coordinate representation of color #F0A7CF: hue angle of 327.12º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0A7CF is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240167207-
CMYK00.300.140.06
HSL327.12º70.87%79.8%-
HSV(B)327.12º30.42%94.12%-
XYZ61.0250.6765.6-
YUV193.39135.68161.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.09%
GREEN value IS 167 (65.62% from 255) = 27.20%
BLUE value IS 207 (81.25% from 255) = 33.71%
R=39.09%
G=27.20%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016720700.300.140.06327.1270.8779.8
HexF0A7CF01EE61474750
Octal360247317036166507107120
Binary111100001010011111001111011110111011010100011110001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A7CF; }

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

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

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

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

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

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

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

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