#FE91D4

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

Shades of Lavender Rose #FE91D4

Tints of Lavender Rose #FE91D4

Color information

#FE91D4 (or 0xFE91D4) is unknown color: approx Lavender Rose. HEX triplet: FE, 91 and D4. RGB value is (254,145,212). Sum of RGB (Red+Green+Blue) = 254+145+212=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 145 (57.03% from 255 or 23.73% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE91D4 is #016E2B. Grayscale: #B9B9B9. Windows color (decimal): -93740 or 13931006. OLE color: 13931006.

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

Color convert

RGB254145212-
CMYK00.430.170.00
HSL323.12º98.2%78.24%-
HSV(B)323.12º42.91%99.61%-
XYZ62.8846.0867.87-
YUV185.23143.11177.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.57%
GREEN value IS 145 (57.03% from 255) = 23.73%
BLUE value IS 212 (83.20% from 255) = 34.70%
R=41.57%
G=23.73%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414521200.430.170.00323.1298.278.24
HexFE91D402B110143624e
Octal376221324053210503142116
Binary111111101001000111010100010101110001010100001111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE91D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE91D4; }

 p { color: rgb(254,145,212); }

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

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

 a { background-color: rgb(254,145,212); }

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

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

 span { border-color: rgb(254,145,212); }

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