#FE90D8

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

Shades of Lavender Rose #FE90D8

Tints of Lavender Rose #FE90D8

Color information

#FE90D8 (or 0xFE90D8) is unknown color: approx Lavender Rose. HEX triplet: FE, 90 and D8. RGB value is (254,144,216). Sum of RGB (Red+Green+Blue) = 254+144+216=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 144 (56.64% from 255 or 23.45% from 614); Blue value is 216 (84.77% from 255 or 35.18% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90D8 is #016F27. Grayscale: #B8B8B8. Windows color (decimal): -93992 or 14192894. OLE color: 14192894.

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

Color convert

RGB254144216-
CMYK00.430.150.00
HSL320.73º98.21%78.04%-
HSV(B)320.73º43.31%99.61%-
XYZ63.2445.9870.51-
YUV185.1145.44177.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.37%
GREEN value IS 144 (56.64% from 255) = 23.45%
BLUE value IS 216 (84.77% from 255) = 35.18%
R=41.37%
G=23.45%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414421600.430.150.00320.7398.2178.04
HexFE90D802BF0141624e
Octal376220330053170501142116
Binary11111110100100001101100001010111111010100000111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE90D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE90D8; }

 p { color: rgb(254,144,216); }

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

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

 a { background-color: rgb(254,144,216); }

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

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

 span { border-color: rgb(254,144,216); }

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