Html Css Color HEX #FE93D5 Lavender Rose

📋 copy color: '#FE93D5'

red 254 ◦ green 147 ◦ blue 213

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

Shades of Lavender Rose #FE93D5

Tints of Lavender Rose #FE93D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.69%

R = 41.37%
G = 23.94%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE93D5 (or 0xFE93D5) is known color: Lavender Rose. HEX triplet: FE, 93 and D5. RGB value is (254,147,213). Sum of RGB (Red+Green+Blue) = 254+147+213=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 147 (57.81% from 255 or 23.94% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93D5 is #016C2A. Grayscale: #BABABA. Windows color (decimal): -93227 or 13997054. OLE color: 13997054.

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

Color convert

RGB 254 147 213 -
CMYK 0 0.42 0.16 0.00
HSL 322.99º 0.98% 0.79% -
HSV(B) 322.99º 0.42% 1% -
XYZ 63.32 46.74 68.64 -
YUV 186.52 142.95 176.13 -
System Red Green Blue C M Y K H S L
Decimal 254 147 213 0 0.42 0.16 0.00 322.99 0.98 0.79
Hex FE 93 D5 0 2A 10 0 143 62 4F
Octal 376 223 325 0 52 20 0 503 142 117
Binary 11111110 10010011 11010101 0 101010 10000 0 101000011 1100010 1001111

Color Harmonies of #FE93D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE93D5

Black with #FE93D5

Text Example


Text Example

White with #FE93D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE93D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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