#FEA5F1

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

Shades of Lavender Rose #FEA5F1

Tints of Lavender Rose #FEA5F1

Color information

#FEA5F1 (or 0xFEA5F1) is unknown color: approx Lavender Rose. HEX triplet: FE, A5 and F1. RGB value is (254,165,241). Sum of RGB (Red+Green+Blue) = 254+165+241=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 165 (64.84% from 255 or 25% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA5F1 is #015A0E. Grayscale: #C8C8C8. Windows color (decimal): -88591 or 15836670. OLE color: 15836670.

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

Color convert

RGB254165241-
CMYK00.350.050.00
HSL308.76º97.8%82.16%-
HSV(B)308.76º35.04%99.61%-
XYZ70.2154.3390.01-
YUV200.27150.99166.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.48%
GREEN value IS 165 (64.84% from 255) = 25%
BLUE value IS 241 (94.53% from 255) = 36.52%
R=38.48%
G=25%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416524100.350.050.00308.7697.882.16
HexFEA5F1023501356252
Octal37624536104350465142122
Binary1111111010100101111100010100011101010011010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA5F1; }

 p { color: rgb(254,165,241); }

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

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

 a { background-color: rgb(254,165,241); }

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

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

 span { border-color: rgb(254,165,241); }

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