#F0AFCF

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

Shades of Lavender Pink #F0AFCF

Tints of Lavender Pink #F0AFCF

Color information

#F0AFCF (or 0xF0AFCF) is unknown color: approx Lavender Pink. HEX triplet: F0, AF and CF. RGB value is (240,175,207). Sum of RGB (Red+Green+Blue) = 240+175+207=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFCF is #0F5030. Grayscale: #C6C6C6. Windows color (decimal): -1003569 or 13610992. OLE color: 13610992.

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

Color convert

RGB240175207-
CMYK00.270.140.06
HSL330.46º68.42%81.37%-
HSV(B)330.46º27.08%94.12%-
XYZ62.5353.6966.1-
YUV198.08133.03157.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.59%
GREEN value IS 175 (68.75% from 255) = 28.14%
BLUE value IS 207 (81.25% from 255) = 33.28%
R=38.59%
G=28.14%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017520700.270.140.06330.4668.4281.37
HexF0AFCF01BE614a4451
Octal360257317033166512104121
Binary111100001010111111001111011011111011010100101010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFCF; }

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

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

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

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

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

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

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

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