#FE99F8

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

Shades of Lavender Rose #FE99F8

Tints of Lavender Rose #FE99F8

Color information

#FE99F8 (or 0xFE99F8) is unknown color: approx Lavender Rose. HEX triplet: FE, 99 and F8. RGB value is (254,153,248). Sum of RGB (Red+Green+Blue) = 254+153+248=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 153 (60.16% from 255 or 23.36% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE99F8 is #016607. Grayscale: #C1C1C1. Windows color (decimal): -91656 or 16292350. OLE color: 16292350.

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

Color convert

RGB254153248-
CMYK00.400.020.00
HSL303.56º98.06%79.8%-
HSV(B)303.56º39.76%99.61%-
XYZ69.2150.6394.93-
YUV194.03158.46170.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.78%
GREEN value IS 153 (60.16% from 255) = 23.36%
BLUE value IS 248 (97.27% from 255) = 37.86%
R=38.78%
G=23.36%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415324800.400.020.00303.5698.0679.8
HexFE99F8028201306250
Octal37623137005020460142120
Binary111111101001100111111000010100010010011000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE99F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE99F8; }

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

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

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

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

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

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

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

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