#FEB0DD

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

Shades of Lavender Pink #FEB0DD

Tints of Lavender Pink #FEB0DD

Color information

#FEB0DD (or 0xFEB0DD) is unknown color: approx Lavender Pink. HEX triplet: FE, B0 and DD. RGB value is (254,176,221). Sum of RGB (Red+Green+Blue) = 254+176+221=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 176 (69.14% from 255 or 27.04% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0DD is #014F22. Grayscale: #CCCCCC. Windows color (decimal): -85795 or 14528766. OLE color: 14528766.

HSL color Cylindrical-coordinate representation of color #FEB0DD: hue angle of 325.38º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEB0DD is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB254176221-
CMYK00.310.130.00
HSL325.38º97.5%84.31%-
HSV(B)325.38º30.71%99.61%-
XYZ69.4557.3475.81-
YUV204.45137.34163.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.02%
GREEN value IS 176 (69.14% from 255) = 27.04%
BLUE value IS 221 (86.72% from 255) = 33.95%
R=39.02%
G=27.04%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417622100.310.130.00325.3897.584.31
HexFEB0DD01FD01456254
Octal376260335037150505142124
Binary1111111010110000110111010111111101010100010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB0DD; }

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

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

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

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

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

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

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

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