#F0ABCC

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

Shades of Lavender Pink #F0ABCC

Tints of Lavender Pink #F0ABCC

Color information

#F0ABCC (or 0xF0ABCC) is unknown color: approx Lavender Pink. HEX triplet: F0, AB and CC. RGB value is (240,171,204). Sum of RGB (Red+Green+Blue) = 240+171+204=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABCC is #0F5433. Grayscale: #C3C3C3. Windows color (decimal): -1004596 or 13413360. OLE color: 13413360.

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

Color convert

RGB240171204-
CMYK00.290.150.06
HSL331.3º69.7%80.59%-
HSV(B)331.3º28.75%94.12%-
XYZ61.452.0163.93-
YUV195.39132.86159.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.02%
GREEN value IS 171 (67.19% from 255) = 27.80%
BLUE value IS 204 (80.08% from 255) = 33.17%
R=39.02%
G=27.80%
B=33.17%

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
Decimal24017120400.290.150.06331.369.780.59
HexF0ABCC01DF614b4651
Octal360253314035176513106121
Binary111100001010101111001100011101111111010100101110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ABCC; }

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

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

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

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

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

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

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

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