#FE9BFA

Color #FE9BFA Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FE9BFA

Tints of Lavender Rose #FE9BFA

Color information

#FE9BFA (or 0xFE9BFA) is unknown color: approx Lavender Rose. HEX triplet: FE, 9B and FA. RGB value is (254,155,250). Sum of RGB (Red+Green+Blue) = 254+155+250=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 155 (60.94% from 255 or 23.52% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9BFA is #016405. Grayscale: #C3C3C3. Windows color (decimal): -91142 or 16423934. OLE color: 16423934.

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

Color convert

RGB254155250-
CMYK00.390.020.00
HSL302.42º98.02%80.2%-
HSV(B)302.42º38.98%99.61%-
XYZ69.8551.4296.69-
YUV195.43158.8169.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.54%
GREEN value IS 155 (60.94% from 255) = 23.52%
BLUE value IS 250 (98.05% from 255) = 37.94%
R=38.54%
G=23.52%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415525000.390.020.00302.4298.0280.2
HexFE9BFA0272012e6250
Octal37623337204720456142120
Binary111111101001101111111010010011110010010111011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9BFA; }

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

 H1.HeaderClassName
 {
   color: #FE9BFA;
 }
 .AnyTagClassName
 {
   color: #FE9BFA;
 }
</style>
background-color css

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

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

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

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

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

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