Html Css Color HEX #FE9EFE Lavender Rose

📋 copy color: '#FE9EFE'

red 254 ◦ green 158 ◦ blue 254

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

Shades of Lavender Rose #FE9EFE

Tints of Lavender Rose #FE9EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 23.72%

 BLUE value IS 254 (99.61% from 255) = 38.14%

R = 38.14%
G = 23.72%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FE9EFE (or 0xFE9EFE) is known color: Lavender Rose. HEX triplet: FE, 9E and FE. RGB value is (254,158,254). Sum of RGB (Red+Green+Blue) = 254+158+254=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 158 (62.11% from 255 or 23.72% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE9EFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9EFE is #016101. Grayscale: #C5C5C5. Windows color (decimal): -90370 or 16686846. OLE color: 16686846.

HSL color Cylindrical-coordinate representation of color #FE9EFE: hue angle of 300º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9EFE is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 158 254 -
CMYK 0 0.38 0 0.00
HSL 300º 0.98% 0.81% -
HSV(B) 300º 0.38% 1% -
XYZ 70.99 52.68 100.19 -
YUV 197.65 159.8 168.19 -
System Red Green Blue C M Y K H S L
Decimal 254 158 254 0 0.38 0 0.00 300 0.98 0.81
Hex FE 9E FE 0 26 0 0 12C 62 51
Octal 376 236 376 0 46 0 0 454 142 121
Binary 11111110 10011110 11111110 0 100110 0 0 100101100 1100010 1010001

Color Harmonies of #FE9EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9EFE

Black with #FE9EFE

Text Example


Text Example

White with #FE9EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9EFE; }

 p { color: rgb(254,158,254); }

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

background-color css

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

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

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

border-color css

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

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

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