#FFB1DE

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

Shades of Lavender Pink #FFB1DE

Tints of Lavender Pink #FFB1DE

Color information

#FFB1DE (or 0xFFB1DE) is unknown color: approx Lavender Pink. HEX triplet: FF, B1 and DE. RGB value is (255,177,222). Sum of RGB (Red+Green+Blue) = 255+177+222=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 177 (69.53% from 255 or 27.06% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1DE is #004E21. Grayscale: #CDCDCD. Windows color (decimal): -20002 or 14594559. OLE color: 14594559.

HSL color Cylindrical-coordinate representation of color #FFB1DE: hue angle of 325.38º 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 #FFB1DE is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB255177222-
CMYK00.310.130
HSL325.38º100%84.71%-
HSV(B)325.38º30.59%100%-
XYZ70.1557.9876.6-
YUV205.45137.34163.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.99%
GREEN value IS 177 (69.53% from 255) = 27.06%
BLUE value IS 222 (87.11% from 255) = 33.94%
R=38.99%
G=27.06%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517722200.310.130325.3810084.71
HexFFB1DE01FD01456455
Octal377261336037150505144125
Binary1111111110110001110111100111111101010100010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB1DE; }

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

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

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

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

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

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

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

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