#F0ABCD

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

Shades of Lavender Pink #F0ABCD

Tints of Lavender Pink #F0ABCD

Color information

#F0ABCD (or 0xF0ABCD) is unknown color: approx Lavender Pink. HEX triplet: F0, AB and CD. RGB value is (240,171,205). Sum of RGB (Red+Green+Blue) = 240+171+205=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABCD is #0F5432. Grayscale: #C3C3C3. Windows color (decimal): -1004595 or 13478896. OLE color: 13478896.

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

Color convert

RGB240171205-
CMYK00.290.150.06
HSL330.43º69.7%80.59%-
HSV(B)330.43º28.75%94.12%-
XYZ61.5252.0664.56-
YUV195.51133.36159.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.96%
GREEN value IS 171 (67.19% from 255) = 27.76%
BLUE value IS 205 (80.47% from 255) = 33.28%
R=38.96%
G=27.76%
B=33.28%

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
Decimal24017120500.290.150.06330.4369.780.59
HexF0ABCD01DF614a4651
Octal360253315035176512106121
Binary111100001010101111001101011101111111010100101010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ABCD; }

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

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

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

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

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

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

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

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