#FE9FDE

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

Shades of Lavender Rose #FE9FDE

Tints of Lavender Rose #FE9FDE

Color information

#FE9FDE (or 0xFE9FDE) is unknown color: approx Lavender Rose. HEX triplet: FE, 9F and DE. RGB value is (254,159,222). Sum of RGB (Red+Green+Blue) = 254+159+222=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 159 (62.5% from 255 or 25.04% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FDE is #016021. Grayscale: #C2C2C2. Windows color (decimal): -90146 or 14589950. OLE color: 14589950.

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

Color convert

RGB254159222-
CMYK00.370.130.00
HSL320.21º97.94%80.98%-
HSV(B)320.21º37.4%99.61%-
XYZ66.4651.1475.48-
YUV194.59143.47170.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40%
GREEN value IS 159 (62.5% from 255) = 25.04%
BLUE value IS 222 (87.11% from 255) = 34.96%
R=40%
G=25.04%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415922200.370.130.00320.2197.9480.98
HexFE9FDE025D01406251
Octal376237336045150500142121
Binary11111110100111111101111001001011101010100000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9FDE; }

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

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

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

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

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

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

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

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