Html Css Color HEX #FE9EF0 Lavender Rose

📋 copy color: '#FE9EF0'

red 254 ◦ green 158 ◦ blue 240

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

Shades of Lavender Rose #FE9EF0

Tints of Lavender Rose #FE9EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.81%

R = 38.96%
G = 24.23%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE9EF0 (or 0xFE9EF0) is known color: Lavender Rose. HEX triplet: FE, 9E and F0. RGB value is (254,158,240). Sum of RGB (Red+Green+Blue) = 254+158+240=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 158 (62.11% from 255 or 24.23% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9EF0 is #01610F. Grayscale: #C3C3C3. Windows color (decimal): -90384 or 15769342. OLE color: 15769342.

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

Color convert

RGB 254 158 240 -
CMYK 0 0.38 0.06 0.00
HSL 308.75º 0.98% 0.81% -
HSV(B) 308.75º 0.38% 1% -
XYZ 68.83 51.82 88.81 -
YUV 196.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 254 158 240 0 0.38 0.06 0.00 308.75 0.98 0.81
Hex FE 9E F0 0 26 6 0 135 62 51
Octal 376 236 360 0 46 6 0 465 142 121
Binary 11111110 10011110 11110000 0 100110 110 0 100110101 1100010 1010001

Color Harmonies of #FE9EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9EF0

Black with #FE9EF0

Text Example


Text Example

White with #FE9EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9EF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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