#FE9BEF

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

Shades of Lavender Rose #FE9BEF

Tints of Lavender Rose #FE9BEF

Color information

#FE9BEF (or 0xFE9BEF) is unknown color: approx Lavender Rose. HEX triplet: FE, 9B and EF. RGB value is (254,155,239). Sum of RGB (Red+Green+Blue) = 254+155+239=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 155 (60.94% from 255 or 23.92% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9BEF is #016410. Grayscale: #C1C1C1. Windows color (decimal): -91153 or 15703038. OLE color: 15703038.

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

Color convert

RGB254155239-
CMYK00.390.060.00
HSL309.09º98.02%80.2%-
HSV(B)309.09º38.98%99.61%-
XYZ68.1750.7587.86-
YUV194.18153.3170.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.20%
GREEN value IS 155 (60.94% from 255) = 23.92%
BLUE value IS 239 (93.75% from 255) = 36.88%
R=39.20%
G=23.92%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415523900.390.060.00309.0998.0280.2
HexFE9BEF027601356250
Octal37623335704760465142120
Binary1111111010011011111011110100111110010011010111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9BEF; }

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

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

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

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

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

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

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

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