#FEB0DE

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

Shades of Lavender Pink #FEB0DE

Tints of Lavender Pink #FEB0DE

Color information

#FEB0DE (or 0xFEB0DE) is unknown color: approx Lavender Pink. HEX triplet: FE, B0 and DE. RGB value is (254,176,222). Sum of RGB (Red+Green+Blue) = 254+176+222=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 176 (69.14% from 255 or 26.99% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0DE is #014F21. Grayscale: #CCCCCC. Windows color (decimal): -85794 or 14594302. OLE color: 14594302.

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

Color convert

RGB254176222-
CMYK00.310.130.00
HSL324.62º97.5%84.31%-
HSV(B)324.62º30.71%99.61%-
XYZ69.5857.476.52-
YUV204.57137.84163.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.96%
GREEN value IS 176 (69.14% from 255) = 26.99%
BLUE value IS 222 (87.11% from 255) = 34.05%
R=38.96%
G=26.99%
B=34.05%

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
Decimal25417622200.310.130.00324.6297.584.31
HexFEB0DE01FD01456254
Octal376260336037150505142124
Binary1111111010110000110111100111111101010100010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB0DE; }

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

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

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

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

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

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

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

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