#FE96F0

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

Shades of Lavender Rose #FE96F0

Tints of Lavender Rose #FE96F0

Color information

#FE96F0 (or 0xFE96F0) is unknown color: approx Lavender Rose. HEX triplet: FE, 96 and F0. RGB value is (254,150,240). Sum of RGB (Red+Green+Blue) = 254+150+240=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 150 (58.98% from 255 or 23.29% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE96F0 is #01690F. Grayscale: #BFBFBF. Windows color (decimal): -92432 or 15767294. OLE color: 15767294.

HSL color Cylindrical-coordinate representation of color #FE96F0: hue angle of 308.08º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FE96F0 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB254150240-
CMYK00.410.060.00
HSL308.08º98.11%79.22%-
HSV(B)308.08º40.94%99.61%-
XYZ67.5149.1788.37-
YUV191.36155.46172.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.44%
GREEN value IS 150 (58.98% from 255) = 23.29%
BLUE value IS 240 (94.14% from 255) = 37.27%
R=39.44%
G=23.29%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415024000.410.060.00308.0898.1179.22
HexFE96F002960134624f
Octal37622636005160464142117
Binary1111111010010110111100000101001110010011010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE96F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE96F0; }

 p { color: rgb(254,150,240); }

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

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

 a { background-color: rgb(254,150,240); }

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

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

 span { border-color: rgb(254,150,240); }

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