#FEADDB

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

Shades of Lavender Pink #FEADDB

Tints of Lavender Pink #FEADDB

Color information

#FEADDB (or 0xFEADDB) is unknown color: approx Lavender Pink. HEX triplet: FE, AD and DB. RGB value is (254,173,219). Sum of RGB (Red+Green+Blue) = 254+173+219=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 173 (67.97% from 255 or 26.78% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADDB is #015224. Grayscale: #CACACA. Windows color (decimal): -86565 or 14396926. OLE color: 14396926.

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

Color convert

RGB254173219-
CMYK00.320.140.00
HSL325.93º97.59%83.73%-
HSV(B)325.93º31.89%99.61%-
XYZ68.656.0774.23-
YUV202.46137.34164.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.32%
GREEN value IS 173 (67.97% from 255) = 26.78%
BLUE value IS 219 (85.94% from 255) = 33.90%
R=39.32%
G=26.78%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417321900.320.140.00325.9397.5983.73
HexFEADDB020E01466254
Octal376255333040160506142124
Binary11111110101011011101101101000001110010100011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEADDB; }

 p { color: rgb(254,173,219); }

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

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

 a { background-color: rgb(254,173,219); }

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

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

 span { border-color: rgb(254,173,219); }

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