#FEB1D0

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

Shades of Lavender Pink #FEB1D0

Tints of Lavender Pink #FEB1D0

Color information

#FEB1D0 (or 0xFEB1D0) is unknown color: approx Lavender Pink. HEX triplet: FE, B1 and D0. RGB value is (254,177,208). Sum of RGB (Red+Green+Blue) = 254+177+208=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 177 (69.53% from 255 or 27.70% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1D0 is #014E2F. Grayscale: #CBCBCB. Windows color (decimal): -85552 or 13677054. OLE color: 13677054.

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

Color convert

RGB254177208-
CMYK00.300.180.00
HSL335.84º97.47%84.51%-
HSV(B)335.84º30.31%99.61%-
XYZ67.9857.0767.11-
YUV203.56130.51163.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.75%
GREEN value IS 177 (69.53% from 255) = 27.70%
BLUE value IS 208 (81.64% from 255) = 32.55%
R=39.75%
G=27.70%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417720800.300.180.00335.8497.4784.51
HexFEB1D001E1201506155
Octal376261320036220520141125
Binary11111110101100011101000001111010010010101000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB1D0; }

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

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

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

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

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

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

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

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