#FE9DF9

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

Shades of Lavender Rose #FE9DF9

Tints of Lavender Rose #FE9DF9

Color information

#FE9DF9 (or 0xFE9DF9) is unknown color: approx Lavender Rose. HEX triplet: FE, 9D and F9. RGB value is (254,157,249). Sum of RGB (Red+Green+Blue) = 254+157+249=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 157 (61.72% from 255 or 23.79% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9DF9 is #016206. Grayscale: #C4C4C4. Windows color (decimal): -90631 or 16358910. OLE color: 16358910.

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

Color convert

RGB254157249-
CMYK00.380.020.00
HSL303.09º97.98%80.59%-
HSV(B)303.09º38.19%99.61%-
XYZ70.0352.0295.97-
YUV196.49157.64169.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.48%
GREEN value IS 157 (61.72% from 255) = 23.79%
BLUE value IS 249 (97.66% from 255) = 37.73%
R=38.48%
G=23.79%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415724900.380.020.00303.0997.9880.59
HexFE9DF90262012f6251
Octal37623537104620457142121
Binary111111101001110111111001010011010010010111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9DF9; }

 p { color: rgb(254,157,249); }

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

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

 a { background-color: rgb(254,157,249); }

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

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

 span { border-color: rgb(254,157,249); }

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