#F3B9DB

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

Shades of Lavender Pink #F3B9DB

Tints of Lavender Pink #F3B9DB

Color information

#F3B9DB (or 0xF3B9DB) is unknown color: approx Lavender Pink. HEX triplet: F3, B9 and DB. RGB value is (243,185,219). Sum of RGB (Red+Green+Blue) = 243+185+219=647 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.56% from 647); Green value is 185 (72.66% from 255 or 28.59% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B9DB is #0C4624. Grayscale: #CECECE. Windows color (decimal): -804389 or 14399987. OLE color: 14399987.

HSL color Cylindrical-coordinate representation of color #F3B9DB: hue angle of 324.83º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3B9DB is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB243185219-
CMYK00.240.100.05
HSL324.83º70.73%83.92%-
HSV(B)324.83º23.87%95.29%-
XYZ67.158.8774.84-
YUV206.22135.22154.24-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.56%
GREEN value IS 185 (72.66% from 255) = 28.59%
BLUE value IS 219 (85.94% from 255) = 33.85%
R=37.56%
G=28.59%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318521900.240.100.05324.8370.7383.92
HexF3B9DB018A51454754
Octal363271333030125505107124
Binary111100111011100111011011011000101010110100010110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B9DB; }

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

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

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

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

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

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

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

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