Html Css Color HEX #FE91DC Lavender Rose

📋 copy color: '#FE91DC'

red 254 ◦ green 145 ◦ blue 220

#FE91DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #FE91DC

Tints of Lavender Rose #FE91DC

RGB

 RED value IS 254 (99.61% from 255) = 41.03%

 GREEN value IS 145 (57.03% from 255) = 23.42%

 BLUE value IS 220 (86.33% from 255) = 35.54%

R = 41.03%
G = 23.42%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE91DC (or 0xFE91DC) is known color: Lavender Rose. HEX triplet: FE, 91 and DC. RGB value is (254,145,220). Sum of RGB (Red+Green+Blue) = 254+145+220=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 145 (57.03% from 255 or 23.42% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE91DC is #016E23. Grayscale: #B9B9B9. Windows color (decimal): -93732 or 14455294. OLE color: 14455294.

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

Color convert

RGB 254 145 220 -
CMYK 0 0.43 0.13 0.00
HSL 318.72º 0.98% 0.78% -
HSV(B) 318.72º 0.43% 1% -
XYZ 63.92 46.49 73.31 -
YUV 186.14 147.11 176.4 -
System Red Green Blue C M Y K H S L
Decimal 254 145 220 0 0.43 0.13 0.00 318.72 0.98 0.78
Hex FE 91 DC 0 2B D 0 13F 62 4E
Octal 376 221 334 0 53 15 0 477 142 116
Binary 11111110 10010001 11011100 0 101011 1101 0 100111111 1100010 1001110

Color Harmonies of #FE91DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE91DC

Black with #FE91DC

Text Example


Text Example

White with #FE91DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE91DC; }

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

 H1.HeaderClassName
 {
   color: #FE91DC;
 }
 .AnyTagClassName
 {
   color: #FE91DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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