Html Css Color HEX #FE93E4 Lavender Rose

📋 copy color: '#FE93E4'

red 254 ◦ green 147 ◦ blue 228

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

Shades of Lavender Rose #FE93E4

Tints of Lavender Rose #FE93E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.25%

R = 40.38%
G = 23.37%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FE93E4 (or 0xFE93E4) is known color: Lavender Rose. HEX triplet: FE, 93 and E4. RGB value is (254,147,228). Sum of RGB (Red+Green+Blue) = 254+147+228=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 147 (57.81% from 255 or 23.37% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93E4 is #016C1B. Grayscale: #BCBCBC. Windows color (decimal): -93212 or 14980094. OLE color: 14980094.

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

Color convert

RGB 254 147 228 -
CMYK 0 0.42 0.10 0.00
HSL 314.58º 0.98% 0.79% -
HSV(B) 314.58º 0.42% 1% -
XYZ 65.31 47.54 79.13 -
YUV 188.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 254 147 228 0 0.42 0.10 0.00 314.58 0.98 0.79
Hex FE 93 E4 0 2A A 0 13B 62 4F
Octal 376 223 344 0 52 12 0 473 142 117
Binary 11111110 10010011 11100100 0 101010 1010 0 100111011 1100010 1001111

Color Harmonies of #FE93E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE93E4

Black with #FE93E4

Text Example


Text Example

White with #FE93E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE93E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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