#FE9FE9

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

Shades of Lavender Rose #FE9FE9

Tints of Lavender Rose #FE9FE9

Color information

#FE9FE9 (or 0xFE9FE9) is unknown color: approx Lavender Rose. HEX triplet: FE, 9F and E9. RGB value is (254,159,233). Sum of RGB (Red+Green+Blue) = 254+159+233=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 159 (62.5% from 255 or 24.61% from 646); Blue value is 233 (91.41% from 255 or 36.07% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9FE9 is #016016. Grayscale: #C3C3C3. Windows color (decimal): -90135 or 15310846. OLE color: 15310846.

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

Color convert

RGB254159233-
CMYK00.370.080.00
HSL313.26º97.94%80.98%-
HSV(B)313.26º37.4%99.61%-
XYZ67.9851.7583.5-
YUV195.84148.97169.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.32%
GREEN value IS 159 (62.5% from 255) = 24.61%
BLUE value IS 233 (91.41% from 255) = 36.07%
R=39.32%
G=24.61%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415923300.370.080.00313.2697.9480.98
HexFE9FE9025801396251
Octal376237351045100471142121
Binary11111110100111111110100101001011000010011100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9FE9; }

 p { color: rgb(254,159,233); }

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

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

 a { background-color: rgb(254,159,233); }

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

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

 span { border-color: rgb(254,159,233); }

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