#FA86BF

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

Shades of Tea Rose #FA86BF

Tints of Tea Rose #FA86BF

Color information

#FA86BF (or 0xFA86BF) is unknown color: approx Tea Rose. HEX triplet: FA, 86 and BF. RGB value is (250,134,191). Sum of RGB (Red+Green+Blue) = 250+134+191=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 134 (52.73% from 255 or 23.30% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FA86BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA86BF is #057940. Grayscale: #AFAFAF. Windows color (decimal): -358721 or 12551930. OLE color: 12551930.

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

Color convert

RGB250134191-
CMYK00.460.240.02
HSL330.52º92.06%75.29%-
HSV(B)330.52º46.4%98.04%-
XYZ57.3541.1454.21-
YUV175.18136.93181.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.48%
GREEN value IS 134 (52.73% from 255) = 23.30%
BLUE value IS 191 (75% from 255) = 33.22%
R=43.48%
G=23.30%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013419100.460.240.02330.5292.0675.29
HexFA86BF02E18214b5c4b
Octal372206277056302513134113
Binary1111101010000110101111110101110110001010100101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA86BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA86BF; }

 p { color: rgb(250,134,191); }

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

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

 a { background-color: rgb(250,134,191); }

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

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

 span { border-color: rgb(250,134,191); }

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