Html Css Color HEX #FE93E0 Lavender Rose

📋 copy color: '#FE93E0'

red 254 ◦ green 147 ◦ blue 224

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

Shades of Lavender Rose #FE93E0

Tints of Lavender Rose #FE93E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.84%

R = 40.64%
G = 23.52%
B = 35.84%

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

#FE93E0 (or 0xFE93E0) is known color: Lavender Rose. HEX triplet: FE, 93 and E0. RGB value is (254,147,224). Sum of RGB (Red+Green+Blue) = 254+147+224=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 147 (57.81% from 255 or 23.52% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93E0 is #016C1F. Grayscale: #BBBBBB. Windows color (decimal): -93216 or 14717950. OLE color: 14717950.

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

Color convert

RGB 254 147 224 -
CMYK 0 0.42 0.12 0.00
HSL 316.82º 0.98% 0.79% -
HSV(B) 316.82º 0.42% 1% -
XYZ 64.76 47.32 76.24 -
YUV 187.77 148.45 175.24 -
System Red Green Blue C M Y K H S L
Decimal 254 147 224 0 0.42 0.12 0.00 316.82 0.98 0.79
Hex FE 93 E0 0 2A C 0 13D 62 4F
Octal 376 223 340 0 52 14 0 475 142 117
Binary 11111110 10010011 11100000 0 101010 1100 0 100111101 1100010 1001111

Color Harmonies of #FE93E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE93E0

Black with #FE93E0

Text Example


Text Example

White with #FE93E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE93E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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