#FEB1DD

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

Shades of Lavender Pink #FEB1DD

Tints of Lavender Pink #FEB1DD

Color information

#FEB1DD (or 0xFEB1DD) is unknown color: approx Lavender Pink. HEX triplet: FE, B1 and DD. RGB value is (254,177,221). Sum of RGB (Red+Green+Blue) = 254+177+221=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 177 (69.53% from 255 or 27.15% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1DD is #014E22. Grayscale: #CCCCCC. Windows color (decimal): -85539 or 14529022. OLE color: 14529022.

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

Color convert

RGB254177221-
CMYK00.300.130.00
HSL325.71º97.47%84.51%-
HSV(B)325.71º30.31%99.61%-
XYZ69.6557.7475.88-
YUV205.04137.01162.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.96%
GREEN value IS 177 (69.53% from 255) = 27.15%
BLUE value IS 221 (86.72% from 255) = 33.90%
R=38.96%
G=27.15%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417722100.300.130.00325.7197.4784.51
HexFEB1DD01ED01466155
Octal376261335036150506141125
Binary1111111010110001110111010111101101010100011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB1DD; }

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

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

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

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

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

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

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

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