#F0ABCA

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

Shades of Lavender Pink #F0ABCA

Tints of Lavender Pink #F0ABCA

Color information

#F0ABCA (or 0xF0ABCA) is unknown color: approx Lavender Pink. HEX triplet: F0, AB and CA. RGB value is (240,171,202). Sum of RGB (Red+Green+Blue) = 240+171+202=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABCA is #0F5435. Grayscale: #C3C3C3. Windows color (decimal): -1004598 or 13282288. OLE color: 13282288.

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

Color convert

RGB240171202-
CMYK00.290.160.06
HSL333.04º69.7%80.59%-
HSV(B)333.04º28.75%94.12%-
XYZ61.1651.9262.67-
YUV195.16131.86159.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.15%
GREEN value IS 171 (67.19% from 255) = 27.90%
BLUE value IS 202 (79.30% from 255) = 32.95%
R=39.15%
G=27.90%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017120200.290.160.06333.0469.780.59
HexF0ABCA01D10614d4651
Octal360253312035206515106121
Binary1111000010101011110010100111011000011010100110110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ABCA; }

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

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

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

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

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

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

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

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