#FEADF5

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

Shades of Lavender Rose #FEADF5

Tints of Lavender Rose #FEADF5

Color information

#FEADF5 (or 0xFEADF5) is unknown color: approx Lavender Rose. HEX triplet: FE, AD and F5. RGB value is (254,173,245). Sum of RGB (Red+Green+Blue) = 254+173+245=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 173 (67.97% from 255 or 25.74% from 672); Blue value is 245 (96.09% from 255 or 36.46% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEADF5 is #01520A. Grayscale: #CDCDCD. Windows color (decimal): -86539 or 16100862. OLE color: 16100862.

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

Color convert

RGB254173245-
CMYK00.320.040.00
HSL306.67º97.59%83.73%-
HSV(B)306.67º31.89%99.61%-
XYZ72.357.5593.68-
YUV205.43150.34162.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.80%
GREEN value IS 173 (67.97% from 255) = 25.74%
BLUE value IS 245 (96.09% from 255) = 36.46%
R=37.80%
G=25.74%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417324500.320.040.00306.6797.5983.73
HexFEADF5020401336254
Octal37625536504040463142124
Binary1111111010101101111101010100000100010011001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEADF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEADF5; }

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

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

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

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

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

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

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

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