#FEA9FF

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

Shades of Lavender Rose #FEA9FF

Tints of Lavender Rose #FEA9FF

Color information

#FEA9FF (or 0xFEA9FF) is unknown color: approx Lavender Rose. HEX triplet: FE, A9 and FF. RGB value is (254,169,255). Sum of RGB (Red+Green+Blue) = 254+169+255=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 169 (66.41% from 255 or 24.93% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEA9FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA9FF is #015600. Grayscale: #CBCBCB. Windows color (decimal): -87553 or 16755198. OLE color: 16755198.

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

Color convert

RGB254169255-
CMYK0.000.3400
HSL299.3º100%83.14%-
HSV(B)299.3º33.73%100%-
XYZ73.1156.67101.69-
YUV204.22156.66163.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.46%
GREEN value IS 169 (66.41% from 255) = 24.93%
BLUE value IS 255 (100% from 255) = 37.61%
R=37.46%
G=24.93%
B=37.61%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541692550.000.3400299.310083.14
HexFEA9FF0220012b6453
Octal37625137704200453144123
Binary11111110101010011111111101000100010010101111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA9FF; }

 p { color: rgb(254,169,255); }

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

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

 a { background-color: rgb(254,169,255); }

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

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

 span { border-color: rgb(254,169,255); }

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