#F0A6CC

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

Shades of Lavender Pink #F0A6CC

Tints of Lavender Pink #F0A6CC

Color information

#F0A6CC (or 0xF0A6CC) is unknown color: approx Lavender Pink. HEX triplet: F0, A6 and CC. RGB value is (240,166,204). Sum of RGB (Red+Green+Blue) = 240+166+204=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A6CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A6CC is #0F5933. Grayscale: #C0C0C0. Windows color (decimal): -1005876 or 13412080. OLE color: 13412080.

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

Color convert

RGB240166204-
CMYK00.310.150.06
HSL329.19º71.15%79.61%-
HSV(B)329.19º30.83%94.12%-
XYZ60.4750.1663.62-
YUV192.46134.52161.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.34%
GREEN value IS 166 (65.23% from 255) = 27.21%
BLUE value IS 204 (80.08% from 255) = 33.44%
R=39.34%
G=27.21%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016620400.310.150.06329.1971.1579.61
HexF0A6CC01FF61494750
Octal360246314037176511107120
Binary111100001010011011001100011111111111010100100110001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A6CC; }

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

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

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

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

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

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

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

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