#F1ABCB

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

Shades of Lavender Pink #F1ABCB

Tints of Lavender Pink #F1ABCB

Color information

#F1ABCB (or 0xF1ABCB) is unknown color: approx Lavender Pink. HEX triplet: F1, AB and CB. RGB value is (241,171,203). Sum of RGB (Red+Green+Blue) = 241+171+203=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ABCB is #0E5434. Grayscale: #C3C3C3. Windows color (decimal): -939061 or 13347825. OLE color: 13347825.

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

Color convert

RGB241171203-
CMYK00.290.160.05
HSL332.57º71.43%80.78%-
HSV(B)332.57º29.05%94.51%-
XYZ61.6252.1463.32-
YUV195.58132.19160.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.19%
GREEN value IS 171 (67.19% from 255) = 27.80%
BLUE value IS 203 (79.69% from 255) = 33.01%
R=39.19%
G=27.80%
B=33.01%

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
Decimal24117120300.290.160.05332.5771.4380.78
HexF1ABCB01D10514d4751
Octal361253313035205515107121
Binary1111000110101011110010110111011000010110100110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ABCB; }

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

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

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

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

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

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

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

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