#FEB1D9

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

Shades of Lavender Pink #FEB1D9

Tints of Lavender Pink #FEB1D9

Color information

#FEB1D9 (or 0xFEB1D9) is unknown color: approx Lavender Pink. HEX triplet: FE, B1 and D9. RGB value is (254,177,217). Sum of RGB (Red+Green+Blue) = 254+177+217=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 177 (69.53% from 255 or 27.31% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1D9 is #014E26. Grayscale: #CCCCCC. Windows color (decimal): -85543 or 14266878. OLE color: 14266878.

HSL color Cylindrical-coordinate representation of color #FEB1D9: hue angle of 328.83º 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 #FEB1D9 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB254177217-
CMYK00.300.150.00
HSL328.83º97.47%84.51%-
HSV(B)328.83º30.31%99.61%-
XYZ69.1257.5273.11-
YUV204.58135.01163.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.20%
GREEN value IS 177 (69.53% from 255) = 27.31%
BLUE value IS 217 (85.16% from 255) = 33.49%
R=39.20%
G=27.31%
B=33.49%

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
Decimal25417721700.300.150.00328.8397.4784.51
HexFEB1D901EF01496155
Octal376261331036170511141125
Binary1111111010110001110110010111101111010100100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB1D9; }

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

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

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

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

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

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

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

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