Html Css Color HEX #FE93DA Lavender Rose

📋 copy color: '#FE93DA'

red 254 ◦ green 147 ◦ blue 218

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

Shades of Lavender Rose #FE93DA

Tints of Lavender Rose #FE93DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.22%

R = 41.03%
G = 23.75%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE93DA (or 0xFE93DA) is known color: Lavender Rose. HEX triplet: FE, 93 and DA. RGB value is (254,147,218). Sum of RGB (Red+Green+Blue) = 254+147+218=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 147 (57.81% from 255 or 23.75% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93DA is #016C25. Grayscale: #BABABA. Windows color (decimal): -93222 or 14324734. OLE color: 14324734.

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

Color convert

RGB 254 147 218 -
CMYK 0 0.42 0.14 0.00
HSL 320.19º 0.98% 0.79% -
HSV(B) 320.19º 0.42% 1% -
XYZ 63.96 47 72.03 -
YUV 187.09 145.45 175.73 -
System Red Green Blue C M Y K H S L
Decimal 254 147 218 0 0.42 0.14 0.00 320.19 0.98 0.79
Hex FE 93 DA 0 2A E 0 140 62 4F
Octal 376 223 332 0 52 16 0 500 142 117
Binary 11111110 10010011 11011010 0 101010 1110 0 101000000 1100010 1001111

Color Harmonies of #FE93DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE93DA

Black with #FE93DA

Text Example


Text Example

White with #FE93DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE93DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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