#FEA8DF

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

Shades of Lavender Rose #FEA8DF

Tints of Lavender Rose #FEA8DF

Color information

#FEA8DF (or 0xFEA8DF) is unknown color: approx Lavender Rose. HEX triplet: FE, A8 and DF. RGB value is (254,168,223). Sum of RGB (Red+Green+Blue) = 254+168+223=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 168 (66.02% from 255 or 26.05% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8DF is #015720. Grayscale: #C7C7C7. Windows color (decimal): -87841 or 14657790. OLE color: 14657790.

HSL color Cylindrical-coordinate representation of color #FEA8DF: hue angle of 321.63º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA8DF is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB254168223-
CMYK00.340.120.00
HSL321.63º97.73%82.75%-
HSV(B)321.63º33.86%99.61%-
XYZ68.1954.476.72-
YUV199.98140.99166.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.38%
GREEN value IS 168 (66.02% from 255) = 26.05%
BLUE value IS 223 (87.5% from 255) = 34.57%
R=39.38%
G=26.05%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416822300.340.120.00321.6397.7382.75
HexFEA8DF022C01426253
Octal376250337042140502142123
Binary11111110101010001101111101000101100010100001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA8DF; }

 p { color: rgb(254,168,223); }

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

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

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

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

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

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

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