#F3B9DA

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

Shades of Lavender Pink #F3B9DA

Tints of Lavender Pink #F3B9DA

Color information

#F3B9DA (or 0xF3B9DA) is unknown color: approx Lavender Pink. HEX triplet: F3, B9 and DA. RGB value is (243,185,218). Sum of RGB (Red+Green+Blue) = 243+185+218=646 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.62% from 646); Green value is 185 (72.66% from 255 or 28.64% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B9DA is #0C4625. Grayscale: #CECECE. Windows color (decimal): -804390 or 14334451. OLE color: 14334451.

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

Color convert

RGB243185218-
CMYK00.240.100.05
HSL325.86º70.73%83.92%-
HSV(B)325.86º23.87%95.29%-
XYZ66.9758.8174.15-
YUV206.1134.72154.32-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.62%
GREEN value IS 185 (72.66% from 255) = 28.64%
BLUE value IS 218 (85.55% from 255) = 33.75%
R=37.62%
G=28.64%
B=33.75%

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
Decimal24318521800.240.100.05325.8670.7383.92
HexF3B9DA018A51464754
Octal363271332030125506107124
Binary111100111011100111011010011000101010110100011010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B9DA; }

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

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

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

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

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

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

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

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