#FE99F7

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

Shades of Lavender Rose #FE99F7

Tints of Lavender Rose #FE99F7

Color information

#FE99F7 (or 0xFE99F7) is unknown color: approx Lavender Rose. HEX triplet: FE, 99 and F7. RGB value is (254,153,247). Sum of RGB (Red+Green+Blue) = 254+153+247=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 153 (60.16% from 255 or 23.39% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE99F7 is #016608. Grayscale: #C1C1C1. Windows color (decimal): -91657 or 16226814. OLE color: 16226814.

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

Color convert

RGB254153247-
CMYK00.400.030.00
HSL304.16º98.06%79.8%-
HSV(B)304.16º39.76%99.61%-
XYZ69.0550.5794.12-
YUV193.92157.96170.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 153 (60.16% from 255) = 23.39%
BLUE value IS 247 (96.88% from 255) = 37.77%
R=38.84%
G=23.39%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415324700.400.030.00304.1698.0679.8
HexFE99F7028301306250
Octal37623136705030460142120
Binary111111101001100111110111010100011010011000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE99F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE99F7; }

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

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

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

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

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

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

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

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