#FE99F1

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

Shades of Lavender Rose #FE99F1

Tints of Lavender Rose #FE99F1

Color information

#FE99F1 (or 0xFE99F1) is unknown color: approx Lavender Rose. HEX triplet: FE, 99 and F1. RGB value is (254,153,241). Sum of RGB (Red+Green+Blue) = 254+153+241=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 153 (60.16% from 255 or 23.61% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE99F1 is #01660E. Grayscale: #C0C0C0. Windows color (decimal): -91663 or 15833598. OLE color: 15833598.

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

Color convert

RGB254153241-
CMYK00.400.050.00
HSL307.72º98.06%79.8%-
HSV(B)307.72º39.76%99.61%-
XYZ68.1450.289.32-
YUV193.23154.96171.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.20%
GREEN value IS 153 (60.16% from 255) = 23.61%
BLUE value IS 241 (94.53% from 255) = 37.19%
R=39.20%
G=23.61%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415324100.400.050.00307.7298.0679.8
HexFE99F1028501346250
Octal37623136105050464142120
Binary1111111010011001111100010101000101010011010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE99F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE99F1; }

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

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

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

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

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

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

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

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