#FF8BBB

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

Shades of Tea Rose #FF8BBB

Tints of Tea Rose #FF8BBB

Color information

#FF8BBB (or 0xFF8BBB) is unknown color: approx Tea Rose. HEX triplet: FF, 8B and BB. RGB value is (255,139,187). Sum of RGB (Red+Green+Blue) = 255+139+187=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8BBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8BBB is #007444. Grayscale: #B3B3B3. Windows color (decimal): -29765 or 12291071. OLE color: 12291071.

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

Color convert

RGB255139187-
CMYK00.450.270
HSL335.17º100%77.25%-
HSV(B)335.17º45.49%100%-
XYZ59.4443.3152.24-
YUV179.16132.43182.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.89%
GREEN value IS 139 (54.69% from 255) = 23.92%
BLUE value IS 187 (73.44% from 255) = 32.19%
R=43.89%
G=23.92%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513918700.450.270335.1710077.25
HexFF8BBB02D1B014f644d
Octal377213273055330517144115
Binary111111111000101110111011010110111011010100111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8BBB; }

 p { color: rgb(255,139,187); }

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

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

 a { background-color: rgb(255,139,187); }

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

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

 span { border-color: rgb(255,139,187); }

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