#F0AFCB

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

Shades of Lavender Pink #F0AFCB

Tints of Lavender Pink #F0AFCB

Color information

#F0AFCB (or 0xF0AFCB) is unknown color: approx Lavender Pink. HEX triplet: F0, AF and CB. RGB value is (240,175,203). Sum of RGB (Red+Green+Blue) = 240+175+203=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AFCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AFCB is #0F5034. Grayscale: #C5C5C5. Windows color (decimal): -1003573 or 13348848. OLE color: 13348848.

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

Color convert

RGB240175203-
CMYK00.270.150.06
HSL334.15º68.42%81.37%-
HSV(B)334.15º27.08%94.12%-
XYZ62.0453.563.56-
YUV197.63131.03158.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.83%
GREEN value IS 175 (68.75% from 255) = 28.32%
BLUE value IS 203 (79.69% from 255) = 32.85%
R=38.83%
G=28.32%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017520300.270.150.06334.1568.4281.37
HexF0AFCB01BF614e4451
Octal360257313033176516104121
Binary111100001010111111001011011011111111010100111010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AFCB; }

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

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

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

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

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

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

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

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