#FEA7F1

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

Shades of Lavender Rose #FEA7F1

Tints of Lavender Rose #FEA7F1

Color information

#FEA7F1 (or 0xFEA7F1) is unknown color: approx Lavender Rose. HEX triplet: FE, A7 and F1. RGB value is (254,167,241). Sum of RGB (Red+Green+Blue) = 254+167+241=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 167 (65.62% from 255 or 25.23% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA7F1 is #01580E. Grayscale: #C9C9C9. Windows color (decimal): -88079 or 15837182. OLE color: 15837182.

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

Color convert

RGB254167241-
CMYK00.340.050.00
HSL308.97º97.75%82.55%-
HSV(B)308.97º34.25%99.61%-
XYZ70.5755.0690.13-
YUV201.45150.32165.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.37%
GREEN value IS 167 (65.62% from 255) = 25.23%
BLUE value IS 241 (94.53% from 255) = 36.40%
R=38.37%
G=25.23%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416724100.340.050.00308.9797.7582.55
HexFEA7F1022501356253
Octal37624736104250465142123
Binary1111111010100111111100010100010101010011010111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA7F1; }

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

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

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

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

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

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

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

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