#FE9FED

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

Shades of Lavender Rose #FE9FED

Tints of Lavender Rose #FE9FED

Color information

#FE9FED (or 0xFE9FED) is unknown color: approx Lavender Rose. HEX triplet: FE, 9F and ED. RGB value is (254,159,237). Sum of RGB (Red+Green+Blue) = 254+159+237=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 159 (62.5% from 255 or 24.46% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9FED is #016012. Grayscale: #C4C4C4. Windows color (decimal): -90131 or 15572990. OLE color: 15572990.

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

Color convert

RGB254159237-
CMYK00.370.070.00
HSL310.74º97.94%80.98%-
HSV(B)310.74º37.4%99.61%-
XYZ68.5651.9886.54-
YUV196.3150.97169.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.08%
GREEN value IS 159 (62.5% from 255) = 24.46%
BLUE value IS 237 (92.97% from 255) = 36.46%
R=39.08%
G=24.46%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415923700.370.070.00310.7497.9480.98
HexFE9FED025701376251
Octal37623735504570467142121
Binary1111111010011111111011010100101111010011011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9FED; }

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

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

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

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

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

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

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

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