#F4B1DA

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

Shades of Lavender Pink #F4B1DA

Tints of Lavender Pink #F4B1DA

Color information

#F4B1DA (or 0xF4B1DA) is unknown color: approx Lavender Pink. HEX triplet: F4, B1 and DA. RGB value is (244,177,218). Sum of RGB (Red+Green+Blue) = 244+177+218=639 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.18% from 639); Green value is 177 (69.53% from 255 or 27.70% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B1DA is #0B4E25. Grayscale: #C9C9C9. Windows color (decimal): -740902 or 14332404. OLE color: 14332404.

HSL color Cylindrical-coordinate representation of color #F4B1DA: hue angle of 323.28º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F4B1DA is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB244177218-
CMYK00.270.110.04
HSL323.28º75.28%82.55%-
HSV(B)323.28º27.46%95.69%-
XYZ65.6955.7473.63-
YUV201.71137.2158.17-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.18%
GREEN value IS 177 (69.53% from 255) = 27.70%
BLUE value IS 218 (85.55% from 255) = 34.12%
R=38.18%
G=27.70%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417721800.270.110.04323.2875.2882.55
HexF4B1DA01BB41434b53
Octal364261332033134503113123
Binary111101001011000111011010011011101110010100001110010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B1DA; }

 p { color: rgb(244,177,218); }

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

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

 a { background-color: rgb(244,177,218); }

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

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

 span { border-color: rgb(244,177,218); }

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