Html Css Color HEX #FE91DF Lavender Rose

📋 copy color: '#FE91DF'

red 254 ◦ green 145 ◦ blue 223

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

Shades of Lavender Rose #FE91DF

Tints of Lavender Rose #FE91DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.85%

R = 40.84%
G = 23.31%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE91DF (or 0xFE91DF) is known color: Lavender Rose. HEX triplet: FE, 91 and DF. RGB value is (254,145,223). Sum of RGB (Red+Green+Blue) = 254+145+223=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 145 (57.03% from 255 or 23.31% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE91DF is #016E20. Grayscale: #BABABA. Windows color (decimal): -93729 or 14651902. OLE color: 14651902.

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

Color convert

RGB 254 145 223 -
CMYK 0 0.43 0.12 0.00
HSL 317.06º 0.98% 0.78% -
HSV(B) 317.06º 0.43% 1% -
XYZ 64.32 46.65 75.43 -
YUV 186.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 254 145 223 0 0.43 0.12 0.00 317.06 0.98 0.78
Hex FE 91 DF 0 2B C 0 13D 62 4E
Octal 376 221 337 0 53 14 0 475 142 116
Binary 11111110 10010001 11011111 0 101011 1100 0 100111101 1100010 1001110

Color Harmonies of #FE91DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE91DF

Black with #FE91DF

Text Example


Text Example

White with #FE91DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE91DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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