#F3B0D1

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

Shades of Lavender Pink #F3B0D1

Tints of Lavender Pink #F3B0D1

Color information

#F3B0D1 (or 0xF3B0D1) is unknown color: approx Lavender Pink. HEX triplet: F3, B0 and D1. RGB value is (243,176,209). Sum of RGB (Red+Green+Blue) = 243+176+209=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 176 (69.14% from 255 or 28.03% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B0D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B0D1 is #0C4F2E. Grayscale: #C7C7C7. Windows color (decimal): -806703 or 13742323. OLE color: 13742323.

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

Color convert

RGB243176209-
CMYK00.280.140.05
HSL330.45º73.63%82.16%-
HSV(B)330.45º27.57%95.29%-
XYZ6454.7167.51-
YUV199.8133.2158.82-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.69%
GREEN value IS 176 (69.14% from 255) = 28.03%
BLUE value IS 209 (82.03% from 255) = 33.28%
R=38.69%
G=28.03%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317620900.280.140.05330.4573.6382.16
HexF3B0D101CE514a4a52
Octal363260321034165512112122
Binary111100111011000011010001011100111010110100101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B0D1; }

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

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

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

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

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

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

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

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