Html Css Color HEX #FE93E9 Lavender Rose

📋 copy color: '#FE93E9'

red 254 ◦ green 147 ◦ blue 233

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

Shades of Lavender Rose #FE93E9

Tints of Lavender Rose #FE93E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.75%

R = 40.06%
G = 23.19%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE93E9 (or 0xFE93E9) is known color: Lavender Rose. HEX triplet: FE, 93 and E9. RGB value is (254,147,233). Sum of RGB (Red+Green+Blue) = 254+147+233=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 147 (57.81% from 255 or 23.19% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE93E9 is #016C16. Grayscale: #BCBCBC. Windows color (decimal): -93207 or 15307774. OLE color: 15307774.

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

Color convert

RGB 254 147 233 -
CMYK 0 0.42 0.08 0.00
HSL 311.78º 0.98% 0.79% -
HSV(B) 311.78º 0.42% 1% -
XYZ 66.01 47.82 82.84 -
YUV 188.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 254 147 233 0 0.42 0.08 0.00 311.78 0.98 0.79
Hex FE 93 E9 0 2A 8 0 138 62 4F
Octal 376 223 351 0 52 10 0 470 142 117
Binary 11111110 10010011 11101001 0 101010 1000 0 100111000 1100010 1001111

Color Harmonies of #FE93E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE93E9

Black with #FE93E9

Text Example


Text Example

White with #FE93E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE93E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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