#F3B3DB

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

Shades of Lavender Pink #F3B3DB

Tints of Lavender Pink #F3B3DB

Color information

#F3B3DB (or 0xF3B3DB) is unknown color: approx Lavender Pink. HEX triplet: F3, B3 and DB. RGB value is (243,179,219). Sum of RGB (Red+Green+Blue) = 243+179+219=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 179 (70.31% from 255 or 27.93% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B3DB is #0C4C24. Grayscale: #CACACA. Windows color (decimal): -805925 or 14398451. OLE color: 14398451.

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

Color convert

RGB243179219-
CMYK00.260.100.05
HSL322.5º72.73%82.75%-
HSV(B)322.5º26.34%95.29%-
XYZ65.8756.4174.43-
YUV202.7137.2156.75-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.91%
GREEN value IS 179 (70.31% from 255) = 27.93%
BLUE value IS 219 (85.94% from 255) = 34.17%
R=37.91%
G=27.93%
B=34.17%

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
Decimal24317921900.260.100.05322.572.7382.75
HexF3B3DB01AA51424953
Octal363263333032125502111123
Binary111100111011001111011011011010101010110100001010010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B3DB; }

 p { color: rgb(243,179,219); }

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

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

 a { background-color: rgb(243,179,219); }

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

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

 span { border-color: rgb(243,179,219); }

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