#FEA1DF

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

Shades of Lavender Rose #FEA1DF

Tints of Lavender Rose #FEA1DF

Color information

#FEA1DF (or 0xFEA1DF) is unknown color: approx Lavender Rose. HEX triplet: FE, A1 and DF. RGB value is (254,161,223). Sum of RGB (Red+Green+Blue) = 254+161+223=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 161 (63.28% from 255 or 25.24% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1DF is #015E20. Grayscale: #C3C3C3. Windows color (decimal): -89633 or 14655998. OLE color: 14655998.

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

Color convert

RGB254161223-
CMYK00.370.120.00
HSL320º97.89%81.37%-
HSV(B)320º36.61%99.61%-
XYZ66.9451.8976.3-
YUV195.87143.31169.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.81%
GREEN value IS 161 (63.28% from 255) = 25.24%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=39.81%
G=25.24%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416122300.370.120.0032097.8981.37
HexFEA1DF025C01406251
Octal376241337045140500142121
Binary11111110101000011101111101001011100010100000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA1DF; }

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

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

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

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

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

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

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

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