Html Css Color HEX #FE9EF6 Lavender Rose

📋 copy color: '#FE9EF6'

red 254 ◦ green 158 ◦ blue 246

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

Shades of Lavender Rose #FE9EF6

Tints of Lavender Rose #FE9EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.39%

R = 38.6%
G = 24.01%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FE9EF6 (or 0xFE9EF6) is known color: Lavender Rose. HEX triplet: FE, 9E and F6. RGB value is (254,158,246). Sum of RGB (Red+Green+Blue) = 254+158+246=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 158 (62.11% from 255 or 24.01% from 658); Blue value is 246 (96.48% from 255 or 37.39% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9EF6 is #016109. Grayscale: #C4C4C4. Windows color (decimal): -90378 or 16162558. OLE color: 16162558.

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

Color convert

RGB 254 158 246 -
CMYK 0 0.38 0.03 0.00
HSL 305º 0.98% 0.81% -
HSV(B) 305º 0.38% 1% -
XYZ 69.73 52.18 93.58 -
YUV 196.74 155.8 168.84 -
System Red Green Blue C M Y K H S L
Decimal 254 158 246 0 0.38 0.03 0.00 305 0.98 0.81
Hex FE 9E F6 0 26 3 0 131 62 51
Octal 376 236 366 0 46 3 0 461 142 121
Binary 11111110 10011110 11110110 0 100110 11 0 100110001 1100010 1010001

Color Harmonies of #FE9EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9EF6

Black with #FE9EF6

Text Example


Text Example

White with #FE9EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9EF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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