#FEB1D1

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

Shades of Lavender Pink #FEB1D1

Tints of Lavender Pink #FEB1D1

Color information

#FEB1D1 (or 0xFEB1D1) is unknown color: approx Lavender Pink. HEX triplet: FE, B1 and D1. RGB value is (254,177,209). Sum of RGB (Red+Green+Blue) = 254+177+209=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 177 (69.53% from 255 or 27.66% from 640); Blue value is 209 (82.03% from 255 or 32.66% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1D1 is #014E2E. Grayscale: #CBCBCB. Windows color (decimal): -85551 or 13742590. OLE color: 13742590.

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

Color convert

RGB254177209-
CMYK00.300.180.00
HSL335.06º97.47%84.51%-
HSV(B)335.06º30.31%99.61%-
XYZ68.157.1267.76-
YUV203.67131.01163.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.69%
GREEN value IS 177 (69.53% from 255) = 27.66%
BLUE value IS 209 (82.03% from 255) = 32.66%
R=39.69%
G=27.66%
B=32.66%

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
Decimal25417720900.300.180.00335.0697.4784.51
HexFEB1D101E12014f6155
Octal376261321036220517141125
Binary11111110101100011101000101111010010010100111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB1D1; }

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

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

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

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

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

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

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

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