Html Css Color HEX #FE93DD Lavender Rose

📋 copy color: '#FE93DD'

red 254 ◦ green 147 ◦ blue 221

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

Shades of Lavender Rose #FE93DD

Tints of Lavender Rose #FE93DD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.63%

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

R = 40.84%
G = 23.63%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE93DD (or 0xFE93DD) is known color: Lavender Rose. HEX triplet: FE, 93 and DD. RGB value is (254,147,221). Sum of RGB (Red+Green+Blue) = 254+147+221=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 147 (57.81% from 255 or 23.63% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93DD is #016C22. Grayscale: #BBBBBB. Windows color (decimal): -93219 or 14521342. OLE color: 14521342.

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

Color convert

RGB 254 147 221 -
CMYK 0 0.42 0.13 0.00
HSL 318.5º 0.98% 0.79% -
HSV(B) 318.5º 0.42% 1% -
XYZ 64.36 47.16 74.12 -
YUV 187.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 254 147 221 0 0.42 0.13 0.00 318.5 0.98 0.79
Hex FE 93 DD 0 2A D 0 13F 62 4F
Octal 376 223 335 0 52 15 0 477 142 117
Binary 11111110 10010011 11011101 0 101010 1101 0 100111111 1100010 1001111

Color Harmonies of #FE93DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE93DD

Black with #FE93DD

Text Example


Text Example

White with #FE93DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE93DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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