Html Css Color HEX #FE93DF Lavender Rose

📋 copy color: '#FE93DF'

red 254 ◦ green 147 ◦ blue 223

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

Shades of Lavender Rose #FE93DF

Tints of Lavender Rose #FE93DF

RGB

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

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

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

R = 40.71%
G = 23.56%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE93DF (or 0xFE93DF) is known color: Lavender Rose. HEX triplet: FE, 93 and DF. RGB value is (254,147,223). Sum of RGB (Red+Green+Blue) = 254+147+223=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 147 (57.81% from 255 or 23.56% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93DF is #016C20. Grayscale: #BBBBBB. Windows color (decimal): -93217 or 14652414. OLE color: 14652414.

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

Color convert

RGB 254 147 223 -
CMYK 0 0.42 0.12 0.00
HSL 317.38º 0.98% 0.79% -
HSV(B) 317.38º 0.42% 1% -
XYZ 64.63 47.27 75.53 -
YUV 187.66 147.95 175.32 -
System Red Green Blue C M Y K H S L
Decimal 254 147 223 0 0.42 0.12 0.00 317.38 0.98 0.79
Hex FE 93 DF 0 2A C 0 13D 62 4F
Octal 376 223 337 0 52 14 0 475 142 117
Binary 11111110 10010011 11011111 0 101010 1100 0 100111101 1100010 1001111

Color Harmonies of #FE93DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE93DF

Black with #FE93DF

Text Example


Text Example

White with #FE93DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE93DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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