#F2ABCB

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

Shades of Lavender Pink #F2ABCB

Tints of Lavender Pink #F2ABCB

Color information

#F2ABCB (or 0xF2ABCB) is unknown color: approx Lavender Pink. HEX triplet: F2, AB and CB. RGB value is (242,171,203). Sum of RGB (Red+Green+Blue) = 242+171+203=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABCB is #0D5434. Grayscale: #C3C3C3. Windows color (decimal): -873525 or 13347826. OLE color: 13347826.

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

Color convert

RGB242171203-
CMYK00.290.160.05
HSL332.96º73.2%80.98%-
HSV(B)332.96º29.34%94.9%-
XYZ61.9652.3163.33-
YUV195.88132.02160.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.29%
GREEN value IS 171 (67.19% from 255) = 27.76%
BLUE value IS 203 (79.69% from 255) = 32.95%
R=39.29%
G=27.76%
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.05
SystemRedGreenBlueCMYKHSL
Decimal24217120300.290.160.05332.9673.280.98
HexF2ABCB01D10514d4951
Octal362253313035205515111121
Binary1111001010101011110010110111011000010110100110110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ABCB; }

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

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

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

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

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

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

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

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