#FEADEE

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

Shades of Lavender Rose #FEADEE

Tints of Lavender Rose #FEADEE

Color information

#FEADEE (or 0xFEADEE) is unknown color: approx Lavender Rose. HEX triplet: FE, AD and EE. RGB value is (254,173,238). Sum of RGB (Red+Green+Blue) = 254+173+238=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 173 (67.97% from 255 or 26.02% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEADEE is #015211. Grayscale: #CCCCCC. Windows color (decimal): -86546 or 15642110. OLE color: 15642110.

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

Color convert

RGB254173238-
CMYK00.320.060.00
HSL311.85º97.59%83.73%-
HSV(B)311.85º31.89%99.61%-
XYZ71.2557.1388.16-
YUV204.63146.84163.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.20%
GREEN value IS 173 (67.97% from 255) = 26.02%
BLUE value IS 238 (93.36% from 255) = 35.79%
R=38.20%
G=26.02%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417323800.320.060.00311.8597.5983.73
HexFEADEE020601386254
Octal37625535604060470142124
Binary1111111010101101111011100100000110010011100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEADEE; }

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

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

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

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

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

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

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

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