#FFB3DF

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

Shades of Lavender Pink #FFB3DF

Tints of Lavender Pink #FFB3DF

Color information

#FFB3DF (or 0xFFB3DF) is unknown color: approx Lavender Pink. HEX triplet: FF, B3 and DF. RGB value is (255,179,223). Sum of RGB (Red+Green+Blue) = 255+179+223=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 179 (70.31% from 255 or 27.25% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3DF is #004C20. Grayscale: #CECECE. Windows color (decimal): -19489 or 14660607. OLE color: 14660607.

HSL color Cylindrical-coordinate representation of color #FFB3DF: hue angle of 325.26º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB3DF is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB255179223-
CMYK00.300.130
HSL325.26º100%85.1%-
HSV(B)325.26º29.8%100%-
XYZ70.6858.8377.44-
YUV206.74137.18162.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.81%
GREEN value IS 179 (70.31% from 255) = 27.25%
BLUE value IS 223 (87.5% from 255) = 33.94%
R=38.81%
G=27.25%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517922300.300.130325.2610085.1
HexFFB3DF01ED01456455
Octal377263337036150505144125
Binary1111111110110011110111110111101101010100010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB3DF; }

 p { color: rgb(255,179,223); }

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

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

 a { background-color: rgb(255,179,223); }

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

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

 span { border-color: rgb(255,179,223); }

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