#FE9FF3

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

Shades of Lavender Rose #FE9FF3

Tints of Lavender Rose #FE9FF3

Color information

#FE9FF3 (or 0xFE9FF3) is unknown color: approx Lavender Rose. HEX triplet: FE, 9F and F3. RGB value is (254,159,243). Sum of RGB (Red+Green+Blue) = 254+159+243=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 159 (62.5% from 255 or 24.24% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9FF3 is #01600C. Grayscale: #C4C4C4. Windows color (decimal): -90125 or 15966206. OLE color: 15966206.

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

Color convert

RGB254159243-
CMYK00.370.040.00
HSL306.95º97.94%80.98%-
HSV(B)306.95º37.4%99.61%-
XYZ69.4552.3491.24-
YUV196.98153.97168.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.72%
GREEN value IS 159 (62.5% from 255) = 24.24%
BLUE value IS 243 (95.31% from 255) = 37.04%
R=38.72%
G=24.24%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415924300.370.040.00306.9597.9480.98
HexFE9FF3025401336251
Octal37623736304540463142121
Binary1111111010011111111100110100101100010011001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9FF3; }

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

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

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

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

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

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

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

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