#F3B5D9

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

Shades of Lavender Pink #F3B5D9

Tints of Lavender Pink #F3B5D9

Color information

#F3B5D9 (or 0xF3B5D9) is unknown color: approx Lavender Pink. HEX triplet: F3, B5 and D9. RGB value is (243,181,217). Sum of RGB (Red+Green+Blue) = 243+181+217=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 181 (71.09% from 255 or 28.24% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B5D9 is #0C4A26. Grayscale: #CBCBCB. Windows color (decimal): -805415 or 14267891. OLE color: 14267891.

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

Color convert

RGB243181217-
CMYK00.260.110.05
HSL325.16º72.09%83.14%-
HSV(B)325.16º25.51%95.29%-
XYZ66.0157.1173.19-
YUV203.64135.54156.07-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.91%
GREEN value IS 181 (71.09% from 255) = 28.24%
BLUE value IS 217 (85.16% from 255) = 33.85%
R=37.91%
G=28.24%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318121700.260.110.05325.1672.0983.14
HexF3B5D901AB51454853
Octal363265331032135505110123
Binary111100111011010111011001011010101110110100010110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B5D9; }

 p { color: rgb(243,181,217); }

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

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

 a { background-color: rgb(243,181,217); }

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

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

 span { border-color: rgb(243,181,217); }

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