#F3B4D0

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

Shades of Lavender Pink #F3B4D0

Tints of Lavender Pink #F3B4D0

Color information

#F3B4D0 (or 0xF3B4D0) is unknown color: approx Lavender Pink. HEX triplet: F3, B4 and D0. RGB value is (243,180,208). Sum of RGB (Red+Green+Blue) = 243+180+208=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 180 (70.70% from 255 or 28.53% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B4D0 is #0C4B2F. Grayscale: #C9C9C9. Windows color (decimal): -805680 or 13677811. OLE color: 13677811.

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

Color convert

RGB243180208-
CMYK00.260.140.05
HSL333.33º72.41%82.94%-
HSV(B)333.33º25.93%95.29%-
XYZ64.6756.2567.12-
YUV202.03131.37157.22-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.51%
GREEN value IS 180 (70.70% from 255) = 28.53%
BLUE value IS 208 (81.64% from 255) = 32.96%
R=38.51%
G=28.53%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318020800.260.140.05333.3372.4182.94
HexF3B4D001AE514d4853
Octal363264320032165515110123
Binary111100111011010011010000011010111010110100110110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B4D0; }

 p { color: rgb(243,180,208); }

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

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

 a { background-color: rgb(243,180,208); }

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

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

 span { border-color: rgb(243,180,208); }

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