Html Css Color HEX #FE9BF8 Lavender Rose

📋 copy color: '#FE9BF8'

red 254 ◦ green 155 ◦ blue 248

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

Shades of Lavender Rose #FE9BF8

Tints of Lavender Rose #FE9BF8

RGB

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

 GREEN value IS 155 (60.94% from 255) = 23.59%

 BLUE value IS 248 (97.27% from 255) = 37.75%

R = 38.66%
G = 23.59%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE9BF8 (or 0xFE9BF8) is known color: Lavender Rose. HEX triplet: FE, 9B and F8. RGB value is (254,155,248). Sum of RGB (Red+Green+Blue) = 254+155+248=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 155 (60.94% from 255 or 23.59% from 657); Blue value is 248 (97.27% from 255 or 37.75% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9BF8 is #016407. Grayscale: #C2C2C2. Windows color (decimal): -91144 or 16292862. OLE color: 16292862.

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

Color convert

RGB 254 155 248 -
CMYK 0 0.39 0.02 0.00
HSL 303.64º 0.98% 0.8% -
HSV(B) 303.64º 0.39% 1% -
XYZ 69.54 51.29 95.04 -
YUV 195.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 254 155 248 0 0.39 0.02 0.00 303.64 0.98 0.8
Hex FE 9B F8 0 27 2 0 130 62 50
Octal 376 233 370 0 47 2 0 460 142 120
Binary 11111110 10011011 11111000 0 100111 10 0 100110000 1100010 1010000

Color Harmonies of #FE9BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9BF8

Black with #FE9BF8

Text Example


Text Example

White with #FE9BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9BF8; }

 p { color: rgb(254,155,248); }

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

background-color css

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

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

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

border-color css

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

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

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