Html Css Color HEX #FE9EFA Lavender Rose

📋 copy color: '#FE9EFA'

red 254 ◦ green 158 ◦ blue 250

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

Shades of Lavender Rose #FE9EFA

Tints of Lavender Rose #FE9EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.76%

R = 38.37%
G = 23.87%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE9EFA (or 0xFE9EFA) is known color: Lavender Rose. HEX triplet: FE, 9E and FA. RGB value is (254,158,250). Sum of RGB (Red+Green+Blue) = 254+158+250=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 158 (62.11% from 255 or 23.87% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9EFA is #016105. Grayscale: #C4C4C4. Windows color (decimal): -90374 or 16424702. OLE color: 16424702.

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

Color convert

RGB 254 158 250 -
CMYK 0 0.38 0.02 0.00
HSL 302.5º 0.98% 0.81% -
HSV(B) 302.5º 0.38% 1% -
XYZ 70.36 52.43 96.85 -
YUV 197.19 157.8 168.52 -
System Red Green Blue C M Y K H S L
Decimal 254 158 250 0 0.38 0.02 0.00 302.5 0.98 0.81
Hex FE 9E FA 0 26 2 0 12E 62 51
Octal 376 236 372 0 46 2 0 456 142 121
Binary 11111110 10011110 11111010 0 100110 10 0 100101110 1100010 1010001

Color Harmonies of #FE9EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9EFA

Black with #FE9EFA

Text Example


Text Example

White with #FE9EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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