#FEADFE

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

Shades of Lavender Rose #FEADFE

Tints of Lavender Rose #FEADFE

Color information

#FEADFE (or 0xFEADFE) is unknown color: approx Lavender Rose. HEX triplet: FE, AD and FE. RGB value is (254,173,254). Sum of RGB (Red+Green+Blue) = 254+173+254=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 173 (67.97% from 255 or 25.40% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEADFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEADFE is #015201. Grayscale: #CECECE. Windows color (decimal): -86530 or 16690686. OLE color: 16690686.

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

Color convert

RGB254173254-
CMYK00.3200.00
HSL300º97.59%83.73%-
HSV(B)300º31.89%99.61%-
XYZ73.7158.11101.1-
YUV206.45154.84161.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 173 (67.97% from 255) = 25.40%
BLUE value IS 254 (99.61% from 255) = 37.30%
R=37.30%
G=25.40%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417325400.3200.0030097.5983.73
HexFEADFE0200012c6254
Octal37625537604000454142124
Binary11111110101011011111111001000000010010110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEADFE; }

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

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

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

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

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

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

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

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