#F0A9CC

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

Shades of Lavender Pink #F0A9CC

Tints of Lavender Pink #F0A9CC

Color information

#F0A9CC (or 0xF0A9CC) is unknown color: approx Lavender Pink. HEX triplet: F0, A9 and CC. RGB value is (240,169,204). Sum of RGB (Red+Green+Blue) = 240+169+204=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 169 (66.41% from 255 or 27.57% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A9CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A9CC is #0F5633. Grayscale: #C2C2C2. Windows color (decimal): -1005108 or 13412848. OLE color: 13412848.

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

Color convert

RGB240169204-
CMYK00.300.150.06
HSL330.42º70.3%80.2%-
HSV(B)330.42º29.58%94.12%-
XYZ61.0251.2663.8-
YUV194.22133.52160.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.15%
GREEN value IS 169 (66.41% from 255) = 27.57%
BLUE value IS 204 (80.08% from 255) = 33.28%
R=39.15%
G=27.57%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016920400.300.150.06330.4270.380.2
HexF0A9CC01EF614a4650
Octal360251314036176512106120
Binary111100001010100111001100011110111111010100101010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A9CC; }

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

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

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

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

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

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

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

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