#FE9BF5

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

Shades of Lavender Rose #FE9BF5

Tints of Lavender Rose #FE9BF5

Color information

#FE9BF5 (or 0xFE9BF5) is unknown color: approx Lavender Rose. HEX triplet: FE, 9B and F5. RGB value is (254,155,245). Sum of RGB (Red+Green+Blue) = 254+155+245=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 155 (60.94% from 255 or 23.70% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9BF5 is #01640A. Grayscale: #C2C2C2. Windows color (decimal): -91147 or 16096254. OLE color: 16096254.

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

Color convert

RGB254155245-
CMYK00.390.040.00
HSL305.45º98.02%80.2%-
HSV(B)305.45º38.98%99.61%-
XYZ69.0851.1192.61-
YUV194.86156.3170.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 155 (60.94% from 255) = 23.70%
BLUE value IS 245 (96.09% from 255) = 37.46%
R=38.84%
G=23.70%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415524500.390.040.00305.4598.0280.2
HexFE9BF5027401316250
Octal37623336504740461142120
Binary1111111010011011111101010100111100010011000111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9BF5; }

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

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

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

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

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

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

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

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