#FEB1D7

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

Shades of Lavender Pink #FEB1D7

Tints of Lavender Pink #FEB1D7

Color information

#FEB1D7 (or 0xFEB1D7) is unknown color: approx Lavender Pink. HEX triplet: FE, B1 and D7. RGB value is (254,177,215). Sum of RGB (Red+Green+Blue) = 254+177+215=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 177 (69.53% from 255 or 27.40% from 646); Blue value is 215 (84.38% from 255 or 33.28% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1D7 is #014E28. Grayscale: #CCCCCC. Windows color (decimal): -85545 or 14135806. OLE color: 14135806.

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

Color convert

RGB254177215-
CMYK00.300.150.00
HSL330.39º97.47%84.51%-
HSV(B)330.39º30.31%99.61%-
XYZ68.8657.4271.74-
YUV204.36134.01163.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.32%
GREEN value IS 177 (69.53% from 255) = 27.40%
BLUE value IS 215 (84.38% from 255) = 33.28%
R=39.32%
G=27.40%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417721500.300.150.00330.3997.4784.51
HexFEB1D701EF014a6155
Octal376261327036170512141125
Binary1111111010110001110101110111101111010100101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB1D7; }

 p { color: rgb(254,177,215); }

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

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

 a { background-color: rgb(254,177,215); }

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

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

 span { border-color: rgb(254,177,215); }

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