#F0AACB

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

Shades of Lavender Pink #F0AACB

Tints of Lavender Pink #F0AACB

Color information

#F0AACB (or 0xF0AACB) is unknown color: approx Lavender Pink. HEX triplet: F0, AA and CB. RGB value is (240,170,203). Sum of RGB (Red+Green+Blue) = 240+170+203=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AACB is #0F5534. Grayscale: #C2C2C2. Windows color (decimal): -1004853 or 13347568. OLE color: 13347568.

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

Color convert

RGB240170203-
CMYK00.290.150.06
HSL331.71º70%80.39%-
HSV(B)331.71º29.17%94.12%-
XYZ61.0951.5963.24-
YUV194.69132.69160.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.15%
GREEN value IS 170 (66.80% from 255) = 27.73%
BLUE value IS 203 (79.69% from 255) = 33.12%
R=39.15%
G=27.73%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017020300.290.150.06331.717080.39
HexF0AACB01DF614c4650
Octal360252313035176514106120
Binary111100001010101011001011011101111111010100110010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AACB; }

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

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

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

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

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

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

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

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