Html Css Color HEX #FE93EA Lavender Rose

📋 copy color: '#FE93EA'

red 254 ◦ green 147 ◦ blue 234

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

Shades of Lavender Rose #FE93EA

Tints of Lavender Rose #FE93EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.85%

R = 40%
G = 23.15%
B = 36.85%

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

#FE93EA (or 0xFE93EA) is known color: Lavender Rose. HEX triplet: FE, 93 and EA. RGB value is (254,147,234). Sum of RGB (Red+Green+Blue) = 254+147+234=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 147 (57.81% from 255 or 23.15% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE93EA is #016C15. Grayscale: #BCBCBC. Windows color (decimal): -93206 or 15373310. OLE color: 15373310.

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

Color convert

RGB 254 147 234 -
CMYK 0 0.42 0.08 0.00
HSL 311.22º 0.98% 0.79% -
HSV(B) 311.22º 0.42% 1% -
XYZ 66.16 47.88 83.6 -
YUV 188.91 153.45 174.43 -
System Red Green Blue C M Y K H S L
Decimal 254 147 234 0 0.42 0.08 0.00 311.22 0.98 0.79
Hex FE 93 EA 0 2A 8 0 137 62 4F
Octal 376 223 352 0 52 10 0 467 142 117
Binary 11111110 10010011 11101010 0 101010 1000 0 100110111 1100010 1001111

Color Harmonies of #FE93EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE93EA

Black with #FE93EA

Text Example


Text Example

White with #FE93EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE93EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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