#FEB0DC

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

Shades of Lavender Pink #FEB0DC

Tints of Lavender Pink #FEB0DC

Color information

#FEB0DC (or 0xFEB0DC) is unknown color: approx Lavender Pink. HEX triplet: FE, B0 and DC. RGB value is (254,176,220). Sum of RGB (Red+Green+Blue) = 254+176+220=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 176 (69.14% from 255 or 27.08% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0DC is #014F23. Grayscale: #CCCCCC. Windows color (decimal): -85796 or 14463230. OLE color: 14463230.

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

Color convert

RGB254176220-
CMYK00.310.130.00
HSL326.15º97.5%84.31%-
HSV(B)326.15º30.71%99.61%-
XYZ69.3257.2975.11-
YUV204.34136.84163.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.08%
GREEN value IS 176 (69.14% from 255) = 27.08%
BLUE value IS 220 (86.33% from 255) = 33.85%
R=39.08%
G=27.08%
B=33.85%

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
Decimal25417622000.310.130.00326.1597.584.31
HexFEB0DC01FD01466254
Octal376260334037150506142124
Binary1111111010110000110111000111111101010100011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB0DC; }

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

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

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

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

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

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

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

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