#F0A4CF

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

Shades of Lavender Pink #F0A4CF

Tints of Lavender Pink #F0A4CF

Color information

#F0A4CF (or 0xF0A4CF) is unknown color: approx Lavender Pink. HEX triplet: F0, A4 and CF. RGB value is (240,164,207). Sum of RGB (Red+Green+Blue) = 240+164+207=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A4CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A4CF is #0F5B30. Grayscale: #BFBFBF. Windows color (decimal): -1006385 or 13608176. OLE color: 13608176.

HSL color Cylindrical-coordinate representation of color #F0A4CF: hue angle of 326.05º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0A4CF is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240164207-
CMYK00.320.140.06
HSL326.05º71.7%79.22%-
HSV(B)326.05º31.67%94.12%-
XYZ60.4749.5865.41-
YUV191.63136.68162.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.28%
GREEN value IS 164 (64.45% from 255) = 26.84%
BLUE value IS 207 (81.25% from 255) = 33.88%
R=39.28%
G=26.84%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016420700.320.140.06326.0571.779.22
HexF0A4CF020E6146484f
Octal360244317040166506110117
Binary1111000010100100110011110100000111011010100011010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A4CF; }

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

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

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

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

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

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

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

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