#F1ABCA

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

Shades of Lavender Pink #F1ABCA

Tints of Lavender Pink #F1ABCA

Color information

#F1ABCA (or 0xF1ABCA) is unknown color: approx Lavender Pink. HEX triplet: F1, AB and CA. RGB value is (241,171,202). Sum of RGB (Red+Green+Blue) = 241+171+202=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ABCA is #0E5435. Grayscale: #C3C3C3. Windows color (decimal): -939062 or 13282289. OLE color: 13282289.

HSL color Cylindrical-coordinate representation of color #F1ABCA: hue angle of 333.43º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1ABCA is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB241171202-
CMYK00.290.160.05
HSL333.43º71.43%80.78%-
HSV(B)333.43º29.05%94.51%-
XYZ61.552.0962.69-
YUV195.46131.69160.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.25%
GREEN value IS 171 (67.19% from 255) = 27.85%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=39.25%
G=27.85%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117120200.290.160.05333.4371.4380.78
HexF1ABCA01D10514d4751
Octal361253312035205515107121
Binary1111000110101011110010100111011000010110100110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ABCA; }

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

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

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

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

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

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

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

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