#FEADFD

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

Shades of Lavender Rose #FEADFD

Tints of Lavender Rose #FEADFD

Color information

#FEADFD (or 0xFEADFD) is unknown color: approx Lavender Rose. HEX triplet: FE, AD and FD. RGB value is (254,173,253). Sum of RGB (Red+Green+Blue) = 254+173+253=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 173 (67.97% from 255 or 25.44% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEADFD is #015202. Grayscale: #CECECE. Windows color (decimal): -86531 or 16625150. OLE color: 16625150.

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

Color convert

RGB254173253-
CMYK00.320.000.00
HSL300.74º97.59%83.73%-
HSV(B)300.74º31.89%99.61%-
XYZ73.5558.05100.26-
YUV206.34154.34162-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.35%
GREEN value IS 173 (67.97% from 255) = 25.44%
BLUE value IS 253 (99.22% from 255) = 37.21%
R=37.35%
G=25.44%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417325300.320.000.00300.7497.5983.73
HexFEADFD0200012d6254
Octal37625537504000455142124
Binary11111110101011011111110101000000010010110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEADFD; }

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

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

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

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

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

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

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

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