#FFB1DC

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

Shades of Lavender Pink #FFB1DC

Tints of Lavender Pink #FFB1DC

Color information

#FFB1DC (or 0xFFB1DC) is unknown color: approx Lavender Pink. HEX triplet: FF, B1 and DC. RGB value is (255,177,220). Sum of RGB (Red+Green+Blue) = 255+177+220=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 177 (69.53% from 255 or 27.15% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1DC is #004E23. Grayscale: #CDCDCD. Windows color (decimal): -20004 or 14463487. OLE color: 14463487.

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

Color convert

RGB255177220-
CMYK00.310.140
HSL326.92º100%84.71%-
HSV(B)326.92º30.59%100%-
XYZ69.8857.8775.2-
YUV205.22136.34163.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.11%
GREEN value IS 177 (69.53% from 255) = 27.15%
BLUE value IS 220 (86.33% from 255) = 33.74%
R=39.11%
G=27.15%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517722000.310.140326.9210084.71
HexFFB1DC01FE01476455
Octal377261334037160507144125
Binary1111111110110001110111000111111110010100011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB1DC; }

 p { color: rgb(255,177,220); }

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

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

 a { background-color: rgb(255,177,220); }

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

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

 span { border-color: rgb(255,177,220); }

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