#FEADE2

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

Shades of Lavender Rose #FEADE2

Tints of Lavender Rose #FEADE2

Color information

#FEADE2 (or 0xFEADE2) is unknown color: approx Lavender Rose. HEX triplet: FE, AD and E2. RGB value is (254,173,226). Sum of RGB (Red+Green+Blue) = 254+173+226=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 173 (67.97% from 255 or 26.49% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADE2 is #01521D. Grayscale: #CBCBCB. Windows color (decimal): -86558 or 14855678. OLE color: 14855678.

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

Color convert

RGB254173226-
CMYK00.320.110.00
HSL320.74º97.59%83.73%-
HSV(B)320.74º31.89%99.61%-
XYZ69.5456.4579.18-
YUV203.26140.84164.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.90%
GREEN value IS 173 (67.97% from 255) = 26.49%
BLUE value IS 226 (88.67% from 255) = 34.61%
R=38.90%
G=26.49%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417322600.320.110.00320.7497.5983.73
HexFEADE2020B01416254
Octal376255342040130501142124
Binary11111110101011011110001001000001011010100000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEADE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEADE2; }

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

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

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

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

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

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

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

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