Html Css Color HEX #FE91DD Lavender Rose

📋 copy color: '#FE91DD'

red 254 ◦ green 145 ◦ blue 221

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

Shades of Lavender Rose #FE91DD

Tints of Lavender Rose #FE91DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.65%

R = 40.97%
G = 23.39%
B = 35.65%

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

#FE91DD (or 0xFE91DD) is known color: Lavender Rose. HEX triplet: FE, 91 and DD. RGB value is (254,145,221). Sum of RGB (Red+Green+Blue) = 254+145+221=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 145 (57.03% from 255 or 23.39% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FE91DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE91DD is #016E22. Grayscale: #BABABA. Windows color (decimal): -93731 or 14520830. OLE color: 14520830.

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

Color convert

RGB 254 145 221 -
CMYK 0 0.43 0.13 0.00
HSL 318.17º 0.98% 0.78% -
HSV(B) 318.17º 0.43% 1% -
XYZ 64.05 46.54 74.01 -
YUV 186.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 254 145 221 0 0.43 0.13 0.00 318.17 0.98 0.78
Hex FE 91 DD 0 2B D 0 13E 62 4E
Octal 376 221 335 0 53 15 0 476 142 116
Binary 11111110 10010001 11011101 0 101011 1101 0 100111110 1100010 1001110

Color Harmonies of #FE91DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE91DD

Black with #FE91DD

Text Example


Text Example

White with #FE91DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE91DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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