#F0A9CA

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

Shades of Lavender Pink #F0A9CA

Tints of Lavender Pink #F0A9CA

Color information

#F0A9CA (or 0xF0A9CA) is unknown color: approx Lavender Pink. HEX triplet: F0, A9 and CA. RGB value is (240,169,202). Sum of RGB (Red+Green+Blue) = 240+169+202=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A9CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A9CA is #0F5635. Grayscale: #C1C1C1. Windows color (decimal): -1005110 or 13281776. OLE color: 13281776.

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

Color convert

RGB240169202-
CMYK00.300.160.06
HSL332.11º70.3%80.2%-
HSV(B)332.11º29.58%94.12%-
XYZ60.7851.1762.55-
YUV193.99132.52160.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.28%
GREEN value IS 169 (66.41% from 255) = 27.66%
BLUE value IS 202 (79.30% from 255) = 33.06%
R=39.28%
G=27.66%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016920200.300.160.06332.1170.380.2
HexF0A9CA01E10614c4650
Octal360251312036206514106120
Binary1111000010101001110010100111101000011010100110010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A9CA; }

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

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

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

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

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

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

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

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