#F3B2D1

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

Shades of Lavender Pink #F3B2D1

Tints of Lavender Pink #F3B2D1

Color information

#F3B2D1 (or 0xF3B2D1) is unknown color: approx Lavender Pink. HEX triplet: F3, B2 and D1. RGB value is (243,178,209). Sum of RGB (Red+Green+Blue) = 243+178+209=630 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.57% from 630); Green value is 178 (69.92% from 255 or 28.25% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B2D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B2D1 is #0C4D2E. Grayscale: #C8C8C8. Windows color (decimal): -806191 or 13742835. OLE color: 13742835.

HSL color Cylindrical-coordinate representation of color #F3B2D1: hue angle of 331.38º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F3B2D1 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB243178209-
CMYK00.270.140.05
HSL331.38º73.03%82.55%-
HSV(B)331.38º26.75%95.29%-
XYZ64.3955.567.64-
YUV200.97132.53157.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.57%
GREEN value IS 178 (69.92% from 255) = 28.25%
BLUE value IS 209 (82.03% from 255) = 33.17%
R=38.57%
G=28.25%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317820900.270.140.05331.3873.0382.55
HexF3B2D101BE514b4953
Octal363262321033165513111123
Binary111100111011001011010001011011111010110100101110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B2D1; }

 p { color: rgb(243,178,209); }

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

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

 a { background-color: rgb(243,178,209); }

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

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

 span { border-color: rgb(243,178,209); }

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