#FF91BE

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

Shades of Tea Rose #FF91BE

Tints of Tea Rose #FF91BE

Color information

#FF91BE (or 0xFF91BE) is unknown color: approx Tea Rose. HEX triplet: FF, 91 and BE. RGB value is (255,145,190). Sum of RGB (Red+Green+Blue) = 255+145+190=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 145 (57.03% from 255 or 24.58% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF91BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF91BE is #006E41. Grayscale: #B6B6B6. Windows color (decimal): -28226 or 12489215. OLE color: 12489215.

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

Color convert

RGB255145190-
CMYK00.430.250
HSL335.45º100%78.43%-
HSV(B)335.45º43.14%100%-
XYZ60.6645.2354.25-
YUV183.02131.94179.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.22%
GREEN value IS 145 (57.03% from 255) = 24.58%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=43.22%
G=24.58%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514519000.430.250335.4510078.43
HexFF91BE02B19014f644e
Octal377221276053310517144116
Binary111111111001000110111110010101111001010100111111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF91BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF91BE; }

 p { color: rgb(255,145,190); }

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

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

 a { background-color: rgb(255,145,190); }

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

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

 span { border-color: rgb(255,145,190); }

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