#FA8BBB

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

Shades of Tea Rose #FA8BBB

Tints of Tea Rose #FA8BBB

Color information

#FA8BBB (or 0xFA8BBB) is unknown color: approx Tea Rose. HEX triplet: FA, 8B and BB. RGB value is (250,139,187). Sum of RGB (Red+Green+Blue) = 250+139+187=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 139 (54.69% from 255 or 24.13% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8BBB is #057444. Grayscale: #B1B1B1. Windows color (decimal): -357445 or 12291066. OLE color: 12291066.

HSL color Cylindrical-coordinate representation of color #FA8BBB: hue angle of 334.05º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8BBB is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB250139187-
CMYK00.440.250.02
HSL334.05º91.74%76.27%-
HSV(B)334.05º44.4%98.04%-
XYZ57.6342.3852.16-
YUV177.66133.27179.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.40%
GREEN value IS 139 (54.69% from 255) = 24.13%
BLUE value IS 187 (73.44% from 255) = 32.47%
R=43.40%
G=24.13%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013918700.440.250.02334.0591.7476.27
HexFA8BBB02C19214e5c4c
Octal372213273054312516134114
Binary1111101010001011101110110101100110011010100111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8BBB; }

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

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

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

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

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

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

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

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