#FE9DF7

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

Shades of Lavender Rose #FE9DF7

Tints of Lavender Rose #FE9DF7

Color information

#FE9DF7 (or 0xFE9DF7) is unknown color: approx Lavender Rose. HEX triplet: FE, 9D and F7. RGB value is (254,157,247). Sum of RGB (Red+Green+Blue) = 254+157+247=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 157 (61.72% from 255 or 23.86% from 658); Blue value is 247 (96.88% from 255 or 37.54% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9DF7 is #016208. Grayscale: #C4C4C4. Windows color (decimal): -90633 or 16227838. OLE color: 16227838.

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

Color convert

RGB254157247-
CMYK00.380.030.00
HSL304.33º97.98%80.59%-
HSV(B)304.33º38.19%99.61%-
XYZ69.7251.994.34-
YUV196.26156.64169.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.60%
GREEN value IS 157 (61.72% from 255) = 23.86%
BLUE value IS 247 (96.88% from 255) = 37.54%
R=38.60%
G=23.86%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415724700.380.030.00304.3397.9880.59
HexFE9DF7026301306251
Octal37623536704630460142121
Binary111111101001110111110111010011011010011000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9DF7; }

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

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

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

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

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

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

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

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