#F0A9CF

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

Shades of Lavender Pink #F0A9CF

Tints of Lavender Pink #F0A9CF

Color information

#F0A9CF (or 0xF0A9CF) is unknown color: approx Lavender Pink. HEX triplet: F0, A9 and CF. RGB value is (240,169,207). Sum of RGB (Red+Green+Blue) = 240+169+207=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 169 (66.41% from 255 or 27.44% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A9CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A9CF is #0F5630. Grayscale: #C2C2C2. Windows color (decimal): -1005105 or 13609456. OLE color: 13609456.

HSL color Cylindrical-coordinate representation of color #F0A9CF: hue angle of 327.89º degrees, saturation: 0.7, 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 #F0A9CF is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240169207-
CMYK00.300.140.06
HSL327.89º70.3%80.2%-
HSV(B)327.89º29.58%94.12%-
XYZ61.3951.4165.72-
YUV194.56135.02160.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.96%
GREEN value IS 169 (66.41% from 255) = 27.44%
BLUE value IS 207 (81.25% from 255) = 33.60%
R=38.96%
G=27.44%
B=33.60%

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
Decimal24016920700.300.140.06327.8970.380.2
HexF0A9CF01EE61484650
Octal360251317036166510106120
Binary111100001010100111001111011110111011010100100010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A9CF; }

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

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

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

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

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

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

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

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