#F4B5DA

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

Shades of Lavender Pink #F4B5DA

Tints of Lavender Pink #F4B5DA

Color information

#F4B5DA (or 0xF4B5DA) is unknown color: approx Lavender Pink. HEX triplet: F4, B5 and DA. RGB value is (244,181,218). Sum of RGB (Red+Green+Blue) = 244+181+218=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 181 (71.09% from 255 or 28.15% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B5DA is #0B4A25. Grayscale: #CBCBCB. Windows color (decimal): -739878 or 14333428. OLE color: 14333428.

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

Color convert

RGB244181218-
CMYK00.260.110.04
HSL324.76º74.12%83.33%-
HSV(B)324.76º25.82%95.69%-
XYZ66.4957.3473.89-
YUV204.06135.87156.49-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.95%
GREEN value IS 181 (71.09% from 255) = 28.15%
BLUE value IS 218 (85.55% from 255) = 33.90%
R=37.95%
G=28.15%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418121800.260.110.04324.7674.1283.33
HexF4B5DA01AB41454a53
Octal364265332032134505112123
Binary111101001011010111011010011010101110010100010110010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B5DA; }

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

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

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

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

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

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

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

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