#FE9BEA

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

Shades of Lavender Rose #FE9BEA

Tints of Lavender Rose #FE9BEA

Color information

#FE9BEA (or 0xFE9BEA) is unknown color: approx Lavender Rose. HEX triplet: FE, 9B and EA. RGB value is (254,155,234). Sum of RGB (Red+Green+Blue) = 254+155+234=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 155 (60.94% from 255 or 24.11% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9BEA is #016415. Grayscale: #C1C1C1. Windows color (decimal): -91158 or 15375358. OLE color: 15375358.

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

Color convert

RGB254155234-
CMYK00.390.080.00
HSL312.12º98.02%80.2%-
HSV(B)312.12º38.98%99.61%-
XYZ67.4550.4584.03-
YUV193.61150.8171.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.50%
GREEN value IS 155 (60.94% from 255) = 24.11%
BLUE value IS 234 (91.80% from 255) = 36.39%
R=39.50%
G=24.11%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415523400.390.080.00312.1298.0280.2
HexFE9BEA027801386250
Octal376233352047100470142120
Binary11111110100110111110101001001111000010011100011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9BEA; }

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

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

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

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

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

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

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

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