#F3B9DC

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

Shades of Lavender Pink #F3B9DC

Tints of Lavender Pink #F3B9DC

Color information

#F3B9DC (or 0xF3B9DC) is unknown color: approx Lavender Pink. HEX triplet: F3, B9 and DC. RGB value is (243,185,220). Sum of RGB (Red+Green+Blue) = 243+185+220=648 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.5% from 648); Green value is 185 (72.66% from 255 or 28.55% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B9DC is #0C4623. Grayscale: #CECECE. Windows color (decimal): -804388 or 14465523. OLE color: 14465523.

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

Color convert

RGB243185220-
CMYK00.240.090.05
HSL323.79º70.73%83.92%-
HSV(B)323.79º23.87%95.29%-
XYZ67.2358.9275.54-
YUV206.33135.72154.15-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.5%
GREEN value IS 185 (72.66% from 255) = 28.55%
BLUE value IS 220 (86.33% from 255) = 33.95%
R=37.5%
G=28.55%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318522000.240.090.05323.7970.7383.92
HexF3B9DC018951444754
Octal363271334030115504107124
Binary111100111011100111011100011000100110110100010010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B9DC; }

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

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

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

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

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

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

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

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