#F4ABCB

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

Shades of Lavender Pink #F4ABCB

Tints of Lavender Pink #F4ABCB

Color information

#F4ABCB (or 0xF4ABCB) is unknown color: approx Lavender Pink. HEX triplet: F4, AB and CB. RGB value is (244,171,203). Sum of RGB (Red+Green+Blue) = 244+171+203=618 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.48% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ABCB is #0B5434. Grayscale: #C4C4C4. Windows color (decimal): -742453 or 13347828. OLE color: 13347828.

HSL color Cylindrical-coordinate representation of color #F4ABCB: hue angle of 333.7º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4ABCB is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB244171203-
CMYK00.300.170.04
HSL333.7º76.84%81.37%-
HSV(B)333.7º29.92%95.69%-
XYZ62.6552.6763.36-
YUV196.48131.68161.9-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.48%
GREEN value IS 171 (67.19% from 255) = 27.67%
BLUE value IS 203 (79.69% from 255) = 32.85%
R=39.48%
G=27.67%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417120300.300.170.04333.776.8481.37
HexF4ABCB01E11414e4d51
Octal364253313036214516115121
Binary1111010010101011110010110111101000110010100111010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ABCB; }

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

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

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

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

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

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

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

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