#F3B5DA

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

Shades of Lavender Pink #F3B5DA

Tints of Lavender Pink #F3B5DA

Color information

#F3B5DA (or 0xF3B5DA) is unknown color: approx Lavender Pink. HEX triplet: F3, B5 and DA. RGB value is (243,181,218). Sum of RGB (Red+Green+Blue) = 243+181+218=642 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.85% from 642); Green value is 181 (71.09% from 255 or 28.19% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B5DA is #0C4A25. Grayscale: #CBCBCB. Windows color (decimal): -805414 or 14333427. OLE color: 14333427.

HSL color Cylindrical-coordinate representation of color #F3B5DA: hue angle of 324.19º 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 #F3B5DA is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB243181218-
CMYK00.260.100.05
HSL324.19º72.09%83.14%-
HSV(B)324.19º25.51%95.29%-
XYZ66.1457.1673.88-
YUV203.76136.04155.99-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.85%
GREEN value IS 181 (71.09% from 255) = 28.19%
BLUE value IS 218 (85.55% from 255) = 33.96%
R=37.85%
G=28.19%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318121800.260.100.05324.1972.0983.14
HexF3B5DA01AA51444853
Octal363265332032125504110123
Binary111100111011010111011010011010101010110100010010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B5DA; }

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

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

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

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

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

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

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

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