#FF9BE3

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

Shades of Lavender Rose #FF9BE3

Tints of Lavender Rose #FF9BE3

Color information

#FF9BE3 (or 0xFF9BE3) is unknown color: approx Lavender Rose. HEX triplet: FF, 9B and E3. RGB value is (255,155,227). Sum of RGB (Red+Green+Blue) = 255+155+227=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 155 (60.94% from 255 or 24.33% from 637); Blue value is 227 (89.06% from 255 or 35.64% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BE3 is #00641C. Grayscale: #C0C0C0. Windows color (decimal): -25629 or 14916607. OLE color: 14916607.

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

Color convert

RGB255155227-
CMYK00.390.110
HSL316.8º100%80.39%-
HSV(B)316.8º39.22%100%-
XYZ66.8350.2578.85-
YUV193.11147.13172.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.03%
GREEN value IS 155 (60.94% from 255) = 24.33%
BLUE value IS 227 (89.06% from 255) = 35.64%
R=40.03%
G=24.33%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515522700.390.110316.810080.39
HexFF9BE3027B013d6450
Octal377233343047130475144120
Binary11111111100110111110001101001111011010011110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9BE3; }

 p { color: rgb(255,155,227); }

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

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

 a { background-color: rgb(255,155,227); }

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

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

 span { border-color: rgb(255,155,227); }

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